---
title: recurrences
framework: homekit
role: symbol
role_heading: Instance Property
path: homekit/hmeventtrigger/recurrences
---

# recurrences

Specifies the days on which the trigger can execute.

## Declaration

```swift
var recurrences: [DateComponents]? { get }
```

## Discussion

Discussion This property represents the days of the week that the trigger recurs; the trigger ignores all properties other than weekday on the DateComponents object.

## See Also

### Controlling recurrence

- [updateRecurrences(_:completionHandler:)](homekit/hmeventtrigger/updaterecurrences(_:completionhandler:).md)
- [executeOnce](homekit/hmeventtrigger/executeonce.md)
- [updateExecuteOnce(_:completionHandler:)](homekit/hmeventtrigger/updateexecuteonce(_:completionhandler:).md)
