Service Time Info
Represents metadata about a service's support for querying features (see FeatureTable.queryFeatures(QueryParameters)) and requesting map images for ArcGISMapImageLayer based on time. It contains various time related information such as the map's time extent and the map's native time reference.
Since
200.1.0
See also
(QueryParameters)
Properties
The default time interval for the service. This can be used as a time slider's step size. Will return null if an error occurs or if the service doesn't define a default time interval.
Indicates if the service has live data. If true, export and identify operations will default the TimeExtent to startTime = (current server time - time interval), endTime = current server time.
The time extent that includes all of the data in the layer. The time extent of the service. Will return null if an error occurs or if the service is not time aware.
The time reference for the service. Will return null if an error occurs or if the service has no time reference.
The time relation for the service. This can be used for determining how a time slider's start and end time are processed.
The default time window for the service to use for a time slider. Will return null if an error occurs or if the service doesn't define a default time window. If this value is null, then the time slider should create and use a time extent for an instant in time (start time = end time), if it is greater than 0 this value should be used as the difference between the start time and end time.