Interval

1 Oct 20151 minute to read

TimePicker control provides an option to change the interval of the hour, minute and seconds.

Change the Time interval of the TimePicker control

The following code explains you how to change the Time Interval of the TimePicker.

  • HTML
  • <ej:TimePicker ID="time" Value="09:00 AM" TimeFormat="hh:mm:ss tt" HourInterval="2" MinutesInterval="30" SecondsInterval="20" runat="server"></ej:TimePicker>