init(selection:label:)
Creates an instance that selects multiple dates with an unbounded range.
Declaration
nonisolated init(selection: Binding<Set<DateComponents>>, @ViewBuilder label: () -> Label)Parameters
- selection:
The date values being displayed and selected.
- label:
A view that describes the use of the dates.