Click or drag to resize

TimePickerMinuteInterval Property

Gets/sets the interval between minute selections shown in the TimePicker's minutes list. For example, if the interval is 15 the list will include "00", "15", "30", and "45". The interval must be between 1 and 60. The default is 1 -- show all minutes.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int MinuteInterval { get; set; }

Property Value

Type: Int32
See Also