multiDateSelection(_:didSelectDate:)
Informs the delegate that a user selected a date represented by date components.
Declaration
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.