Represents a span of time between a start time and end time. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.3 |
Inherits: |
Properties
Signals
Detailed Description
There are two ways to create a TimeExtent:
- Create a time span by setting the startTime and endTime properties to different times.
- Create a time instant by setting the startTime and endTime properties to the same time.
Dates and times must be passed in UTC.
TimeExtent instances are immutable and cannot be modified after creation. Instead of modifying an existing TimeExtent, create a new instance.
Property Documentation
Returns the end time.
Note: This property cannot be modified after the object is created.
Returns the start time.
Note: This property cannot be modified after the object is created.
Signal Documentation
Emitted when the endTime property changes.
Note: The corresponding handler is onEndTimeChanged
.
Emitted when the startTime property changes.
Note: The corresponding handler is onStartTimeChanged
.