WinJS.UI.TimePicker constructor
Initializes a new instance of a TimePicker control.
Syntax
var timePicker = new WinJS.UI.TimePicker(element, options);
Parameters
element
Type: HTMLElementThe DOM element associated with the TimePicker control.
options
Type: ObjectThe set of options to be applied initially to the TimePicker control. The options are the following:
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.UI |