The following members of QML type LayerTimeInfo are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- timeInterval : string
(obsolete)
- timeUnit : Enums.TimeUnit
(obsolete)
Property Documentation
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Returns the time interval of the data in the layer (read-only).
This property is deprecated in 100.3. Use the property interval instead.
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Returns the temporal unit in which the time interval is measured (read-only).
This property is deprecated in 100.3. Use the property interval instead.
See also Enums.TimeUnit.