'Declaration
Public Property MinuteInterval As Integer
'Usage
Dim instance As TimePicker Dim value As Integer instance.MinuteInterval = value value = instance.MinuteInterval
public int MinuteInterval {get; set;}
'Declaration
Public Property MinuteInterval As Integer
'Usage
Dim instance As TimePicker Dim value As Integer instance.MinuteInterval = value value = instance.MinuteInterval
public int MinuteInterval {get; set;}
The value must be between 1 & 60.
The default value is 1, which means that a total of 60 Minutes will be available.
With a value of 2, each increment would equal to two Minutes, which means that the user could choose 00, 02, 04, 06,... up to 58, for a total of 30 available values in this column.
A value of 60 would keep the Minutes at 00 & would not allow any further increment of that value.
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2