Contents

minuteInterval

The interval at which the date picker should display minutes.

Declaration

var minuteInterval: Int { get set }

Discussion

Use this property to set the interval displayed by the minutes wheel (for example, 15 minutes). The interval value must be evenly divided into 60; if it isn’t, the default value is used. The default and minimum values are 1; the maximum value is 30.

See Also

Configuring temporal attributes