public final class UIDatePickerStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Automatic
Automatically pick the best style available for the current platform & mode.
|
static long |
Compact
Use a compact style for the date picker.
|
static long |
Inline
Use a style for the date picker that allows editing in place.
|
static long |
Wheels
Use the wheels (UIPickerView) style.
|
public static final long Automatic
public static final long Wheels
public static final long Compact
public static final long Inline