TimeValue QML Type

Defines a time offset or interval for time related classes. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.3
Inherits:

Object

Properties

Signals

Detailed Description

TimeValue is immutable and cannot be modified after creation. Instead of modifying an existing TimeValue, create a new instance.

Property Documentation

duration : double

Returns the duration of the time value.


unit : Enums.TimeUnit

Returns the unit of the time value.

See also Enums.TimeUnit.


Signal Documentation

durationChanged()

Emitted when the duration property changes.

Note: This signal will only be emitted when the property initializes during the instantiation of the component.

Note: The corresponding handler is onDurationChanged.

This signal was introduced in Esri.ArcGISRuntime 100.4.


unitChanged()

Emitted when the unit property changes.

Note: This signal will only be emitted when the property initializes during the instantiation of the component.

Note: The corresponding handler is onUnitChanged.

This signal was introduced in Esri.ArcGISRuntime 100.4.


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