TimeValue QML Type
Defines a time offset or interval for time related classes. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.3 |
Inherits: |
- List of all members, including inherited members
- TimeValue is part of QML Type List.
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
|
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.
|
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.