<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICalendarSelectionMultiDateDelegate/multiDateSelection(_:canDeselectDate:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UICalendarSelectionMultiDateDelegate(im)multiDateSelection:canDeselectDate:"
  },
  "title" : "multiDateSelection(_:canDeselectDate:)"
}
-->

# multiDateSelection(_:canDeselectDate:)

Returns whether a user can deselect a date represented by date components in the calendar view.

```
optional func multiDateSelection(_ selection: UICalendarSelectionMultiDate, canDeselectDate dateComponents: DateComponents) -> Bool
```

## Parameters

`selection`

An object that tracks one or more dates that a user selects from a calendar view.

`dateComponents`

Date components that represent a date to deselect.

## Return Value

A Boolean value that indicates whether the calendar view can deselect the date you provide.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)