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
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 |
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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.2.1 - 200.5 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.5 |