iOSDatePicker.MinuteInterval

From Xojo Documentation

Property (As Integer )
aiOSDatePicker.MinuteInterval = newIntegerValue
or
IntegerValue = aiOSDatePicker.MinuteInterval

Supported on Mobile (iOS).

The minute interval. The default is 1. This is only applicable when Mode is Modes.Time, Modes.DateTime and Modes.CountDownTimer.

Notes

The value must be an even divisor of 60: 1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30. Invalid values are treated as 1.

Sample Code

Change the minute interval to 15 minutes:

CountdownPicker.MinuteInterval = 15