Home | History | Annotate | Download | only in calendar

Lines Matching full:month

335         public void onDateSet(DatePicker view, int year, int month, int monthDay) {
348 int monthDuration = endTime.month - startTime.month;
352 startTime.month = month;
358 endTime.month = month + monthDuration;
368 endTime.month = month;
394 mTime.month, mTime.monthDay).show();