dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
TimeDimensionIntervalResolution Class
Interval duration defined by the following properties.
ArcGIS Maps SDK for JavaScript
public class TimeDimensionIntervalResolution :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.TimeDimensionIntervalResolution>
Inheritance System.Object 🡒 TimeDimensionIntervalResolution
Implements System.IEquatable<TimeDimensionIntervalResolution>
Constructors
TimeDimensionIntervalResolution(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor
Interval duration defined by the following properties.
ArcGIS Maps SDK for JavaScript
public TimeDimensionIntervalResolution(System.Nullable<double> Days=null, System.Nullable<double> Hours=null, System.Nullable<double> Minutes=null, System.Nullable<double> Months=null, System.Nullable<double> Seconds=null, System.Nullable<double> Years=null);
Parameters
Days
System.Nullable<System.Double>
Number of days.
ArcGIS Maps SDK for JavaScript
Hours
System.Nullable<System.Double>
Number of hours.
ArcGIS Maps SDK for JavaScript
Minutes
System.Nullable<System.Double>
Number of minutes.
ArcGIS Maps SDK for JavaScript
Months
System.Nullable<System.Double>
Number of months.
ArcGIS Maps SDK for JavaScript
Seconds
System.Nullable<System.Double>
Number of seconds.
ArcGIS Maps SDK for JavaScript
Years
System.Nullable<System.Double>
Number of years.
ArcGIS Maps SDK for JavaScript
Properties
TimeDimensionIntervalResolution.Days Property
Number of days.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Days { get; set; }
Property Value
System.Nullable<System.Double>
TimeDimensionIntervalResolution.Hours Property
Number of hours.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Hours { get; set; }
Property Value
System.Nullable<System.Double>
TimeDimensionIntervalResolution.Minutes Property
Number of minutes.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Minutes { get; set; }
Property Value
System.Nullable<System.Double>
TimeDimensionIntervalResolution.Months Property
Number of months.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Months { get; set; }
Property Value
System.Nullable<System.Double>
TimeDimensionIntervalResolution.Seconds Property
Number of seconds.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Seconds { get; set; }
Property Value
System.Nullable<System.Double>
TimeDimensionIntervalResolution.Years Property
Number of years.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Years { get; set; }