- Add the YEAR type;
- Add the function to set the max timeMillseconds.
setMaxMillseconds
- Add some functions to set the time unit.
mDialogAll = new TimePickerDialog.Builder()
.setCallBack(this)
.setTitleStringId("TimePicker")
.setYearText("Year")
.setMonthText("Month")
.setDayText("Day")
.setHourText("Hour")
.setMinuteText("Minute")