Share via


TimePicker.MinuteIncrement Property

Definition

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

public int MinuteIncrement { get; set; }
<TimePicker MinuteIncrement="int"/>

Property Value

Int32

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

Examples

This example shows a time picker using 15-minute increments.

<TimePicker MinuteIncrement="15"/>

A time picker showing 15 minute increments.

Remarks

You can set the MinuteIncrement property to indicate the time increments shown in the minute picker. For example, 15 specifies that the TimePicker minute control displays only the choices 00, 15, 30, 45.

Applies to

Product Versions
WinRT Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100