---
title: selectedDate
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicalendarselectionsingledate/selecteddate
---

# selectedDate

A date component object that represents a selected date in a calendar view.

## Declaration

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

## See Also

### Updating the selected date

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