init(selection: Binding<Date>, in: PartialRangeThrough <Date>, displayedComponents : DatePicker <Label>.Components, label: () -> Label)
Creates an instance that selects a
Date
on or before some end date.
あるインスタンスを作成します、それは何らかの終了日上のまたはより前のあるDate
を選択します。
Available when
Label
conforms to View
.
Label
がView
に準拠する場合に利用可能です。
init(LocalizedStringKey , selection: Binding<Date>, in: PartialRangeThrough <Date>, displayedComponents : DatePicker <Label>.Components)
Creates an instance that selects a
Date
on or before some end date.
あるインスタンスを作成します、それは何らかの終了日上のまたはより前のあるDate
を選択します。
Available when
Label
is Text
.
Label
がText
である時に利用可能です。