CalendarSelectionType
public enum CalendarSelectionType
The CalendarSelectionType
enum represents the different types of selection that can be made in a calendar.
-
A range selection, where the user can select a range of dates.
Declaration
Swift
case range( selection: Binding<CalendarRangeSelectionState?>, accessibilityConfigurations: RangeAccessibilityConfigurations )
-
A single selection, where the user can select a single date.
Declaration
Swift
case single( selected: Binding<Date?>, accessibilityConfigurations: SingleAccessibilityConfigurations )