Name | Description | |
---|---|---|
init | Initializes the control. Called during construction. |
Name | Description | |
---|---|---|
granularity | Gets or sets the granularity used for the control at the lowest level. Only none, hour, minute and second are supported. Any other value than that is ignored. If a touch device is being used (and thus, the native control), if any time granularity is set then the control which supports time will be shown as there's no control over the granularity. | |
isAccessedAsUTC | Gets or sets a value indicating whether value is set to and returns a date offset to represent the user-set date and time in UTC. | |
value | Gets or sets the value displayed in the control. |
Name | Description | |
---|---|---|
dispose | Disposes the component. | |
fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | |
toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. |