public static interface DatePickerDialog.OnDateChangedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDateChanged(int oldDay,
int oldMonth,
int oldYear,
int newDay,
int newMonth,
int newYear)
Called when the selected date is changed.
|
void onDateChanged(int oldDay,
int oldMonth,
int oldYear,
int newDay,
int newMonth,
int newYear)
oldDay - The day value of old date.oldMonth - The month value of old date.oldYear - The year value of old date.newDay - The day value of new date.newMonth - The month value of new date.newYear - The year value of new date.