RadCalendar for ASP.NET

Time Picker Overview Send comments on this topic.
Time Picker > Time Picker Overview

Glossary Item Box

The RadTimePicker control is used to allow the user to select a time, and to display that time in the specified format. You can limit the times that can be selected by setting the StartTime and EndTime properties.

You can change the look of the TimeView portion of the control by AlternatingTimeStyle, HeaderStyle, FooterStyle and TimeStyle styles.

The TimeFormat property sets the time format of the TimeView. The default date TimeFormat is hh:mm:ss tt.  For more information, see Time Format Strings.

 

The three major components of a time picker are:

  • RadDateInput – textbox-like control that validates times as the user types and assist the user with some shortcuts when typing numbers;
  • RadTimeView – time table that is shown in a popup element, so that the user can select a time by clicking on appropriate time in the displayed times;
  • TimePopupButton – image button, displayed next to the input box that shows and hides the calendar popup.