---
title: weekOfYear
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/datecomponents/weekofyear
---

# weekOfYear

A week of the year or count of the weeks of the year.

## Declaration

```swift
var weekOfYear: Int? { get set }
```

## Discussion

Discussion note: This value is interpreted in the context of the calendar in which it is used.

## See Also

### Accessing Weeks and Days

- [weekOfMonth](foundation/datecomponents/weekofmonth.md)
- [weekday](foundation/datecomponents/weekday.md)
- [weekdayOrdinal](foundation/datecomponents/weekdayordinal.md)
- [day](foundation/datecomponents/day.md)
