static var automatic: DefaultDatePickerStyle
The default style for date pickers.
Available when
Self
is DefaultDatePickerStyle
.static var compact: CompactDatePickerStyle
A date picker style that displays the components in a compact, textual format.
Available when
Self
is CompactDatePickerStyle
.static var field: FieldDatePickerStyle
A date picker style that displays the components in an editable field.
Available when
Self
is FieldDatePickerStyle
.static var graphical: GraphicalDatePickerStyle
A date picker style that displays an interactive calendar or clock.
Available when
Self
is GraphicalDatePickerStyle
.static var stepperField : StepperFieldDatePickerStyle
A system style that displays the components in an editable field, with adjoining stepper that can increment/decrement the selected component.
あるシステムスタイル、それは構成要素それらをある編集可能なフィールドの中に表示します、隣接するステッパー(昇降器)を備えます、それは選択された構成要素を漸増/漸減できるものです。
Available when
Self
is StepperFieldDatePickerStyle
.static var wheel: WheelDatePickerStyle
A date picker style that displays each component as columns in a scrollable wheel.
Available when
Self
is WheelDatePickerStyle
.