Show / Hide Table of Contents

Property TimeInterval

TimeInterval

Gets a temporal value that represents the suggested temporal interval to use when sequentially stepping through the instance's data by time

Declaration
public TimeValue TimeInterval { get; }
Property Value
Type Description
TimeValue

A temporal value that represents the suggested temporal interval to use when sequentially stepping through the instance's data by time

Implements
ITimeAware.TimeInterval
Remarks

You can use this information to set the step size for a time slider control. The value is null if no time interval is suggested. The author of the layer's data typically configures this property if the data has been collected on a regular basis. For example, the daily position of a hurricane.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.4 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.4 - 200.7
Xamarin.Android100.4 - 100.15
Xamarin.iOS100.4 - 100.15
UWP100.4 - 200.7
In This Article
Back to top Copyright © 2022 Esri.