<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.8.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "EventKit",
  "identifier" : "/documentation/EventKit/EKRecurrenceDayOfWeek",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "EventKit"
    ],
    "preciseIdentifier" : "c:objc(cs)EKRecurrenceDayOfWeek"
  },
  "title" : "EKRecurrenceDayOfWeek"
}
-->

# EKRecurrenceDayOfWeek

A class that represents the day of the week.

```
class EKRecurrenceDayOfWeek
```

## Overview

The `EKRecurrenceDayOfWeek` class represents a day of the week for use with an [`EKRecurrenceRule`](/documentation/EventKit/EKRecurrenceRule) object.

A day of the week can optionally have a week number, indicating a specific day in the recurrence rule’s frequency. For example, a day of the week with a day value of Tuesday and a week number of 2 would represent the second Tuesday of every month in a monthly recurrence rule, and the second Tuesday of every year in a yearly recurrence rule. A day of the week with a week number of 0 ignores its week number.

## Topics

### Creating a Day of the Week

[`EKWeekday`](/documentation/EventKit/EKWeekday)

The day of the week.

[`init(_:)`](/documentation/EventKit/EKRecurrenceDayOfWeek/init(_:))

Creates and returns a day of the week with a given day.

[`init(_:weekNumber:)`](/documentation/EventKit/EKRecurrenceDayOfWeek/init(_:weekNumber:))

Creates and returns an autoreleased day of the week with a given day and week number.

[`init(dayOfTheWeek:weekNumber:)`](/documentation/EventKit/EKRecurrenceDayOfWeek/init(dayOfTheWeek:weekNumber:))

Initializes and returns a day of the week with a given day and week number.

### Accessing Properties of a Day of the Week

[`dayOfTheWeek`](/documentation/EventKit/EKRecurrenceDayOfWeek/dayOfTheWeek)

The day of the week.

[`weekNumber`](/documentation/EventKit/EKRecurrenceDayOfWeek/weekNumber)

The week number of the day of the week.



---

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)
