Provides the logic for the TimePicker widget. This helper widget is utilized by the Directions widget.
- See also:
Constructors
-
new TimePickerViewModel(properties)
-
Parameter:properties Objectoptional
See the properties for a list of all the properties that may be passed into the constructor.
Property Overview
Any properties can be set, retrieved or listened to. See the Working with Properties topic.
Name | Type | Summary | Class | |
---|---|---|---|---|
String | more details The name of the class. | more details | Accessor | |
String | more details The current state of the widget. | more details | TimePickerViewModel | |
Date | more details The selected date. | more details | TimePickerViewModel |
Property Details
-
The name of the class. The declared class name is formatted as
esri.folder.className
.
-
state String
-
The current state of the widget.
For DateTimeElementViewModel the state is always "ready".
- Default Value:ready
-
value Date
-
The selected date. If not provided, it is set to the current day of the year.