New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

RadTimeView object

The RadTimeView client object represents the popup time view on RadTimePicker. To obtain a reference to this object, use the get_timeView method of the control to which it belongs.

The following tables lists the most important properties methods of the RadTimeView client-side object:

Properties

NameParametersReturn TypeDescription
getTimenoneDateReturns the selected date and time, or null if no value is selected.
setTimehours, minutes, seconds, Date objectnoneAssigns the value of the time view.
get_intervalnoneDateReturns the time interval between successive values in the time view.
get_endTimenoneDateReturns the last time that can appear in the time view. The last time that actually appears is the latest time that is a whole number of intervals after the start time which is less than this time.
get_startTimenoneDateReturns the earliest time that is displayed by the time view.
get_showHeadernonebooleanReturns whether the time view displays its header.
get_showFooternonebooleanReturns whether the time view displays its footer.
get_columnsnoneintegerReturns the number of columns used to lay out values in the time view.
get_elementnoneHTML elementReturns the DOM element for the entire RadTimeView control.
get_timeFormatnonestringReturns the time format of the RadTimeView control.

Methods

NameParametersReturn TypeDescription
clearnonenoneClears the selection, leaving the value as unassigned.

See Also

In this article
PropertiesMethodsSee Also
Not finding the help you need?
Contact Support