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

# delegate

A delegate object that a calendar view asks about selectable weeks and informs of changes to the week selection.

## Declaration

```swift
weak var delegate: (any UICalendarSelectionWeekOfYearDelegate)? { get }
```

## See Also

### Setting the selection delegate

- [UICalendarSelectionWeekOfYearDelegate](uikit/uicalendarselectionweekofyeardelegate.md)
