Defines a time offset or interval for time related classes. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.3 |
Inherits: |
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
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.