---
title: minuteInterval
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uidatepicker/minuteinterval
---

# minuteInterval

The interval at which the date picker should display minutes.

## Declaration

```swift
var minuteInterval: Int { get set }
```

## Discussion

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

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