UICalendarSelection
A base object that tracks one or more dates a user selects from a calendar view.
Declaration
@MainActor class UICalendarSelectionOverview
Don’t use this object directly in your calendar view to track date selection. Use the subclass UICalendarSelectionSingleDate to track a single date selection, or UICalendarSelectionMultiDate to track multiple date selections.