Initializer

init(selection:displayedComponents:label:)

Creates an instance that selects a Date with an unbounded range. あるインスタンスを作成します、それはあるDateをある無境界範囲をつかって選択するものです。

Declaration 宣言

init(selection: Binding<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. 表示および選択されている日付値。

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 for Any Date