---
title: selectedWeekOfYear
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicalendarselectionweekofyear/selectedweekofyear
---

# selectedWeekOfYear

The current week-of-year selection in the calendar view.

## Declaration

```swift
var selectedWeekOfYear: DateComponents? { get set }
```

## Discussion

Discussion The components need to include [.yearForWeekOfYear, .weekOfYear].

## See Also

### Updating the selected week

- [setSelected(_:animated:)](uikit/uicalendarselectionweekofyear/setselected(_:animated:).md)
