The hourOfDay will always be 24-hour. If you opened the dialog with is24HourView set to false, the user will not have to deal with 24-hour formatted times, but Android will convert that to a 24-hour time when it calls onTimeSet().
The `hourOfDay` will always be 24-hour. If you opened the dialog with `is24HourView` set to `false`, the user will not have to deal with 24-hour formatted times, but Android will convert that to a 24-hour time when it calls `onTimeSet()`.