---
title: weekNumber
framework: eventkit
role: symbol
role_heading: Instance Property
path: eventkit/ekrecurrencedayofweek/weeknumber
---

# weekNumber

The week number of the day of the week.

## Declaration

```swift
var weekNumber: Int { get }
```

## Discussion

Discussion Values range from –53 to 53. A negative value indicates a value from the end of the range. 0 indicates the week number is irrelevant.

## See Also

### Accessing Properties of a Day of the Week

- [dayOfTheWeek](eventkit/ekrecurrencedayofweek/dayoftheweek.md)
