---
title: "multiDateSelection(_:didDeselectDate:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uicalendarselectionmultidatedelegate/multidateselection(_:diddeselectdate:)"
---

# multiDateSelection(_:didDeselectDate:)

Informs the delegate that a user deselected a date represented by date components.

## Declaration

```swift
func multiDateSelection(_ selection: UICalendarSelectionMultiDate, didDeselectDate dateComponents: DateComponents)
```

## Parameters

- `selection`: An object that tracks multiple dates that a user selects from a calendar view.
- `dateComponents`: Date components that represent a date the user deselected.

## See Also

### Changing selected dates

- [multiDateSelection(_:didSelectDate:)](uikit/uicalendarselectionmultidatedelegate/multidateselection(_:didselectdate:).md)
