public static interface DatePickerDialog.OnDateSetListener
Modifier and Type | Method and Description |
---|---|
void |
onDateSet(DatePicker view,
int year,
int month,
int dayOfMonth) |
void onDateSet(DatePicker view, int year, int month, int dayOfMonth)
view
- the picker associated with the dialogyear
- the selected yearmonth
- the selected month (0-11 for compatibility with
Calendar.MONTH
)dayOfMonth
- th selected day of the month (1-31, depending on
month)