<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INRecurrenceFrequency",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INRecurrenceFrequency"
  },
  "title" : "INRecurrenceFrequency"
}
-->

# INRecurrenceFrequency

The time frame for which the rule applies.

```
enum INRecurrenceFrequency
```

## Topics

### Enumeration Cases

[`case unknown`](/documentation/Intents/INRecurrenceFrequency/unknown)

An unknown repetition frequency.

[`case minute`](/documentation/Intents/INRecurrenceFrequency/minute)

A time range that repeats every minute.

[`case hourly`](/documentation/Intents/INRecurrenceFrequency/hourly)

A time range that repeats on an hourly basis.

[`case daily`](/documentation/Intents/INRecurrenceFrequency/daily)

A time range that repeats on a daily basis.

[`case weekly`](/documentation/Intents/INRecurrenceFrequency/weekly)

A date range that repeats on a weekly basis.

[`case monthly`](/documentation/Intents/INRecurrenceFrequency/monthly)

A date range that repeats on a monthly basis.

[`case yearly`](/documentation/Intents/INRecurrenceFrequency/yearly)

A date range that repeats on a yearly basis.

### Initializers

[`init?(rawValue: Int)`](/documentation/Intents/INRecurrenceFrequency/init(rawValue:))

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)