---
title: frequency
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrecurrencerule/frequency
---

# frequency

The time frame for which the rule applies.

## Declaration

```swift
var frequency: INRecurrenceFrequency { get }
```

## Discussion

Discussion This property represents the time frame over which a date or time recurs. For example, applying a recurrence rule with the frequency of INRecurrenceFrequency.daily to date components containing the hour of 7:00 would let you create a trigger that applies at 7:00 each day. Use the interval property to create gaps in the repetition of the specified date.

## See Also

### Getting the Rule Conditions

- [INRecurrenceFrequency](intents/inrecurrencefrequency.md)
- [interval](intents/inrecurrencerule/interval.md)
