dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
TimeDimensionInterval Class
The time dimension interval.
ArcGIS Maps SDK for JavaScript
public class TimeDimensionInterval :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.TimeDimensionInterval>
Inheritance System.Object 🡒 TimeDimensionInterval
Implements System.IEquatable<TimeDimensionInterval>
Constructors
TimeDimensionInterval(Nullable, Nullable, TimeDimensionIntervalResolution) Constructor
The time dimension interval.
ArcGIS Maps SDK for JavaScript
public TimeDimensionInterval(System.Nullable<System.DateTime> Max=null, System.Nullable<System.DateTime> Min=null, dymaptic.GeoBlazor.Core.Model.TimeDimensionIntervalResolution? Resolution=null);
Parameters
Max
System.Nullable<System.DateTime>
End of interval.
ArcGIS Maps SDK for JavaScript
Min
System.Nullable<System.DateTime>
Start of interval.
ArcGIS Maps SDK for JavaScript
Resolution
TimeDimensionIntervalResolution
Interval duration defined by the following properties.
ArcGIS Maps SDK for JavaScript
Properties
TimeDimensionInterval.Max Property
End of interval.
ArcGIS Maps SDK for JavaScript
public System.Nullable<System.DateTime> Max { get; set; }
Property Value
System.Nullable<System.DateTime>
TimeDimensionInterval.Min Property
Start of interval.
ArcGIS Maps SDK for JavaScript
public System.Nullable<System.DateTime> Min { get; set; }
Property Value
System.Nullable<System.DateTime>
TimeDimensionInterval.Resolution Property
Interval duration defined by the following properties.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.TimeDimensionIntervalResolution? Resolution { get; set; }