<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/Calendar/RecurrenceRule/Weekday",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation8CalendarV14RecurrenceRuleV7WeekdayO"
  },
  "title" : "Calendar.RecurrenceRule.Weekday"
}
-->

# Calendar.RecurrenceRule.Weekday

```
enum Weekday
```

## Topics

### Enumeration Cases

[`case every(Locale.Weekday)`](/documentation/Foundation/Calendar/RecurrenceRule/Weekday/every(_:))

Repeat on every weekday

[`case nth(Int, Locale.Weekday)`](/documentation/Foundation/Calendar/RecurrenceRule/Weekday/nth(_:_:))

Repeat on the n-th instance of the specified weekday in a month,
if the recurrence has a monthly frequency. If the recurrence has
a yearly frequency, repeat on the n-th week of the year.

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

---

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)