TimePickerFlyout.MinuteIncrement Property

Definition

Gets or sets a value that indicates the time increments shown in the minute picker. For example, 15 specifies that minute picker displays only the choices 00, 15, 30, 45.

public:
 property int MinuteIncrement { int get(); void set(int value); };
int MinuteIncrement();

void MinuteIncrement(int value);
public int MinuteIncrement { get; set; }
var int32 = timePickerFlyout.minuteIncrement;
timePickerFlyout.minuteIncrement = int32;
Public Property MinuteIncrement As Integer

Property Value

Int32

int

An integer from 0-59 that indicates the increments shown in the minute picker. The default is 1.

Applies to