---
title: selectedDates
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicalendarselectionmultidate/selecteddates
---

# selectedDates

An array of date component objects that represent selected dates in a calendar view.

## Declaration

```swift
var selectedDates: [DateComponents] { get set }
```

## See Also

### Updating the selected dates

- [setSelectedDates(_:animated:)](uikit/uicalendarselectionmultidate/setselecteddates(_:animated:).md)
