---
title: roundsToMinuteInterval
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uidatepicker/roundstominuteinterval
---

# roundsToMinuteInterval

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

## Declaration

```swift
var roundsToMinuteInterval: Bool { get set }
```

## Discussion

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

- [maximumDate](uikit/uidatepicker/maximumdate.md)
- [minimumDate](uikit/uidatepicker/minimumdate.md)
- [minuteInterval](uikit/uidatepicker/minuteinterval.md)
- [countDownDuration](uikit/uidatepicker/countdownduration.md)
