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

RadTimePicker Object

The following table lists the most important methods of the RadTimePicker client-side object.

Properties

NameParametersReturn TypeDescription
get_selectedDateDateReturns the selected date and time, or null if no value is assigned.
set_selectedDateDateAssigns the value of the time picker.
isEmptybooleanReturns true if the value is unassigned.
get_maxDateDateReturns the latest date and time the user can assign.
set_maxDateDateSets the latest date and time the user can assign.
get_minDateDateReturns the earliest date and time the user can assign.
set_minDateDateSets the earliest date and time the user can assign.
get_enabledbooleanGets whether the control is enabled.
set_enabledbooleanSets whether the control is enabled and operable by the user.
get_enableScreenBoundaryDetectionbooleanGets whether the control switches the popup direction automatically, depending on the proximity of the page boundaries.
set_enableScreenBoundaryDetectionbooleanSets whether the control switches the popup direction automatically, depending on the proximity of the page boundaries.
get_popupDirectionTelerik.Web.RadDatePickerPopupDirectionGets the (default) popup direction of the calendar and timeview popups. This property is related to the screen boundary detection.
set_popupDirectionTelerik.Web.RadDatePickerPopupDirectionSets the (default) popup direction of the calendar and timeview popups. This property is related to the screen boundary detection.
isTimePopupVisiblebooleanReturns whether the popup time view is visible.
get_timeViewRadTimeViewReturns a reference to the client object for the popup time view.
get_dateInputRadDateInputReturns a reference to the client object for the input area. For details on using this object, see the RadInput documentation.
get_elementHTML elementReturns the DOM element for the entire RadTimePicker control.
get_textBoxHTML elementReturns the DOM element for the text box that implements the input area.
get_timePopupButtonHTML elementReturns the DOM element for the time popup button.
get_timePopupContainerHTML elementReturns the DOM element for the
that contains the popup time view.

Methods

NameParametersReturn TypeDescription
clearClears the selection, leaving the value as unassigned.
showTimePopupinteger, integerDisplays the popup time view at the specified coordinates. If the two parameters are omitted, the popup appears below the input area (see sample below).
hideTimePopupHides the popup time view if it is showing.
toggleTimePopupToggles the visible state of the popup time view.

See Also

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