|
|
|
@ -67,6 +67,10 @@ public class DateTimePickerDialog extends AlertDialog implements OnClickListener
|
|
|
|
|
public void set24HourView(boolean is24HourView) {
|
|
|
|
|
mIs24HourView = is24HourView;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void set12HourView(boolean is24HourView) {
|
|
|
|
|
mIs24HourView = is24HourView;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setOnDateTimeSetListener(OnDateTimeSetListener callBack) {
|
|
|
|
|
mOnDateTimeSetListener = callBack;
|
|
|
|
|