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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close