ServiceTimeInfo QML Type
Information about a time-aware map service. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- defaultInterval : TimeValue
- hasLiveData : bool
- timeExtent : TimeExtent
- timeReference : TimeReference
- timeRelation : Enums.TimeRelation
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
A map service can return information about whether it contains time-aware layers, and time information for specific time-aware layers in the map service. Information comes from the map service in the form of this object. The information from a map service consists of the following:
- Time zone information (TimeReference)
Property Documentation
[since Esri.ArcGISRuntime 100.3] defaultInterval : TimeValue |
Returns the default time interval for the service (read-only).
This can be used as a time slider's step size.
This property was introduced in Esri.ArcGISRuntime 100.3.
hasLiveData : bool |
Returns whether the service contains live data (read-only).
[since Esri.ArcGISRuntime 100.3] timeExtent : TimeExtent |
Returns the time extent that is inclusive of all the data in the layer (read-only).
This property was introduced in Esri.ArcGISRuntime 100.3.
timeReference : TimeReference |
Returns the TimeReference (read-only).
This indicates the time zone and whether daylight saving time is honored. Note that the actual time values used by the server are UTC.
timeRelation : Enums.TimeRelation |
Returns the value that indicates how the start and end time of the time slider extent are processed (read-only).
See also Enums.TimeRelation.