TimeExtent QML Type

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:

Object

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

endTime : date

Returns the end time.

Note: This property cannot be modified after the object is created.


startTime : date

Returns the start time.

Note: This property cannot be modified after the object is created.


Signal Documentation

endTimeChanged()

Emitted when the endTime property changes.

Note: The corresponding handler is onEndTimeChanged.


startTimeChanged()

Emitted when the startTime property changes.

Note: The corresponding handler is onStartTimeChanged.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.