<!--
{
  "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(_:didSelectDate:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UICalendarSelectionMultiDateDelegate(im)multiDateSelection:didSelectDate:"
  },
  "title" : "multiDateSelection(_:didSelectDate:)"
}
-->

# multiDateSelection(_:didSelectDate:)

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

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

## 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 the user selected.

---

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)