Skip to main content

TimePickerEntryMode

TimePickerEntryMode enum has the following values:

DIAL

User picks time from a clock dial. Allows switching to input by activating a mode button in the dialog.

DIAL_ONLY

User picks time from a clock dial. Mode can't be switched.

INPUT

User types the time in a text field. Allows switching to dial by activating a mode button in the dialog.

INPUT_ONLY

User types the time in a text field. Mode can't be switched.