Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a value that specifies whether the TimePicker is disabled.
Syntax
<div data-win-control="WinJS.UI.TimePicker" data-win-options="{ disabled : value}" ></div>
var disabled = timePicker.disabled;
timePicker.disabled = disabled;
Property value
Type: Boolean
A value that specifies whether the TimePicker is disabled.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.UI |