Show / Hide Table of Contents

Property TimeExtent

TimeExtent

Gets or sets the TimeExtent used to query features in a time-aware feature layer.

Declaration
public TimeExtent TimeExtent { get; set; }
Property Value
Type Description
TimeExtent

The TimeExtent used to query features in a time-aware feature layer.

Remarks

You can apply a temporal filter on any FeatureLayer that supports time filtering (SupportsTimeFiltering). Set the StartTime and EndTime to query features across a span of time. A single point in time can be queried by setting them to the same time value.

By default, this value is null and no time criteria is applied by the query.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.2.1 - 200.7
Xamarin.Android100.2.1 - 100.15
Xamarin.iOS100.2.1 - 100.15
UWP100.2.1 - 200.7
Relevant samples
Time-based query: Query data using a time extent.
In This Article
Back to top Copyright © 2022 Esri.