Initializer

init(selection:in:displayedComponents:label:)

Creates an instance that selects a Date on or after some start date. あるインスタンスを作成します、それは何らかの開始日上のまたはより後のあるDateを選択します。

Declaration 宣言

init(selection: Binding<Date>, in range: PartialRangeFrom<Date>, displayedComponents: DatePicker<Label>.Components = [.hourAndMinute, .date], label: () -> Label)
Available when Label conforms to View. LabelViewに準拠する場合に利用可能です。

Parameters パラメータ

selection

The date value being displayed and selected. 表示および選択されている日付値。

range

The open range from some selectable start date.

displayedComponents

The date components that user is able to view and edit. Defaults to [.hourAndMinute, .date]. ユーザが閲覧および編集できる日付構成要素。省略時には[.hourAndMinute, .date]です。

label

A view that describes the use of the date. あるビュー、それはその日付の利用法を記述します。

See Also 参照

Creating a Date Picker with a Start Date