init(selection:in:label:)
Creates an instance that selects multiple dates on or after some start date.
Declaration
nonisolated init(selection: Binding<Set<DateComponents>>, in bounds: PartialRangeFrom<Date>, @ViewBuilder label: () -> Label)Parameters
- selection:
The date values being displayed and selected.
- bounds:
The open range from some selectable start date.
- label:
A view that describes the use of the dates.