Contents

roundsToMinuteInterval

A Boolean value that determines whether the date rounds to a specific minute interval.

Declaration

var roundsToMinuteInterval: Bool { get set }

Discussion

If this property is true, date always rounds to the minuteInterval and only produces dates that align with the minute interval. If this property is false, changes to date ignore the minuteInterval property.

The default value is true.

See Also

Configuring temporal attributes