layout: default title: TimeInterval parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Objects
TimeInterval Class
TimeInterval is a class that describes a length of time in one of ten temporal units such as seconds, days, or years.
TimeInterval is referenced by many classes, such as TimeInfo, which is referenced by time-aware layers and the TimeSlider widget.
ArcGIS Maps SDK for JavaScript
Used by Feature Layer.
public class TimeInterval
Inheritance System.Object 🡒 TimeInterval
Properties
TimeInterval.Unit Property
Temporal units.
public dymaptic.GeoBlazor.Core.Objects.TemporalTime Unit { get; set; }
Property Value
TimeInterval.Value Property
The numerical value of the time extent.
public double Value { get; set; }