Kendo.Mvc.UI.TimePicker
Kendo UI TimePicker component
Properties
ComponentType
Specifies the component type of the widget. "classic" - Uses the standard rendering of the widget. or "modern" - Uses new rendering with a fresh and modern look and feel..
Culture
Specifies the culture info used by the widget.
DateInput
Specifies if the TimePicker will use DateInput for editing value
Dates
Specifies a list of dates, which are shown in the time drop-down list. If not set, the TimePicker will auto-generate the available times.
Format
Specifies the format, which is used to format the value of the TimePicker displayed in the input. The format also will be used to parse the input.For more information on date and time formats please refer to Date Formatting.
Interval
Specifies the interval, between values in the popup list, in minutes.
Max
Specifies the end value in the popup list.
Min
Specifies the start value in the popup list.
ParseFormats
Specifies the formats, which are used to parse the value set with the value method or by direct input. If not set the value of the options.format will be used. Note that value of the format option is always used.
Popup
The options that will be used for the popup initialization. For more details about the available options refer to Popup documentation.
Value
Specifies the selected time.
Size
Sets the size of the component.
Rounded
Sets a value controlling the border radius.
FillMode
Sets a value controlling how the color is applied.
Methods
SerializeSettings
Serialize current instance to Dictionary