Xceed Toolkit for Maui v2.0 Documentation
MinuteInterval Property (TimePicker)


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > TimePicker Class : MinuteInterval Property
Gets or sets the interval between the values offered in the CarouselPanel's Minutes column.
Syntax
'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;}
Remarks

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.

Requirements

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

See Also

Reference

TimePicker Class
TimePicker Members