GeoprocessingDate QML Type
A date input or output parameter. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
- List of all members, including inherited members
- GeoprocessingDate is part of QML Type List.
Properties
- value : date
Signals
Detailed Description
Corresponds to GPDate parameter type on the service.
Property Documentation
value : date |
The datetime value.
Signal Documentation
valueChanged() |
Emitted when the value property changes.
Note: The corresponding handler is onValueChanged
.