layout: default title: TimeExtent parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Objects
TimeExtent Class
A time extent for a temporal query against time-aware layers. For example, it can be used to discover all crimes
that occurred during the night shift from 10 PM to 6 AM on a particular date.
public class TimeExtent :
System.IEquatable<dymaptic.GeoBlazor.Core.Objects.TimeExtent>
Inheritance System.Object 🡒 TimeExtent
Implements System.IEquatable<TimeExtent>
Constructors
TimeExtent(DateTime, DateTime) Constructor
A time extent for a temporal query against time-aware layers. For example, it can be used to discover all crimes
that occurred during the night shift from 10 PM to 6 AM on a particular date.
public TimeExtent(System.DateTime Start, System.DateTime End);
Parameters
Start
System.DateTime
End
System.DateTime