---
title: repeatInterval
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uilocalnotification/repeatinterval
---

# repeatInterval

The calendar interval at which to reschedule the notification.

## Declaration

```swift
var repeatInterval: NSCalendar.Unit { get set }
```

## Discussion

Discussion If you assign a calendar unit such as weekly (weekOfYear) or yearly (year), the system reschedules the notification for delivery at the specified interval. Note that intervals of less than one minute are not supported. The default value is 0, which means that the system fires the notification once and then discards it.

## See Also

### Scheduling a local notification

- [fireDate](uikit/uilocalnotification/firedate.md)
- [timeZone](uikit/uilocalnotification/timezone.md)
- [repeatCalendar](uikit/uilocalnotification/repeatcalendar.md)
- [region](uikit/uilocalnotification/region.md)
- [regionTriggersOnce](uikit/uilocalnotification/regiontriggersonce.md)
