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 wheel: WheelDatePickerStyle
A date picker style that displays each component as columns in a scrollable wheel.
Available when
Self
is WheelDatePickerStyle
.