Set whether the picker should dismiss itself when a day is selected autoDismiss: true if the dialog should dismiss itself when a day is selected
CancelTextAsString [write only]
Set the label for the Cancel button (max 12 characters)
dismissOnPause (dismissOnPauseAsBoolean)
Set whether the picker should dismiss itself when being paused or whether it should try to survive an orientation change dismissOnPause: true if the dialog should dismiss itself when it's pausing
FirstDayOfWeekAsInt [write only]
HighlightedDays() Asjava.util.Calendar
Sets an array of dates which should be highlighted when the picker is drawn
Set the label for the Cancel button (max 12 characters)
dismissOnPause (dismissOnPauseAsBoolean)
Set whether the picker should dismiss itself when it's pausing or whether it should try to survive an orientation change dismissOnPause: true if the picker should dismiss itself
enableSeconds (enableSecondsAsBoolean)
Set whether an additional picker for seconds should be shown enableSeconds: true if the seconds picker should be shown
Set the interval for selectable times in the TimePickerDialog This is a convenience wrapper around setSelectableTimes The interval for all three time components can be set independently hourInterval: The interval between 2 selectable hours ([1,24]) minuteInterval: The interval between 2 selectable minutes ([1,60])
Set the interval for selectable times in the TimePickerDialog This is a convenience wrapper around setSelectableTimes The interval for all three time components can be set independently hourInterval: The interval between 2 selectable hours ([1,24]) minuteInterval: The interval between 2 selectable minutes ([1,60]) secondInterval: The interval between 2 selectable seconds ([1,60])
show (tagAsString)
ThemeDarkAsBoolean [write only]
Set a dark or light theme. NOTE: this will only take effect for the next onCreateView.
TimeIntervalAsInt [write only]
Set the interval for selectable times in the TimePickerDialog This is a convenience wrapper around setSelectableTimes The interval for all three time components can be set independently
TitleAsString
Set a title. NOTE: this will only take effect with the next onCreateView
vibrate (vibrateAsBoolean)
Set whether the device should vibrate when touching fields vibrate: true if the device should vibrate when touching a field