Home | History | Annotate | Download | only in format

Lines Matching refs:monthDay

643         int thenMonthDay = time.monthDay;
648 && (thenMonthDay == time.monthDay);
919 endDate.monthDay -= 1;
923 int startDay = startDate.monthDay;
927 int endDay = endDate.monthDay;
1257 t.monthDay = c.get(Calendar.DAY_OF_MONTH);