Home | History | Annotate | Download | only in utility

Lines Matching refs:DAY_OF_WEEK

257         setWord(bytes, offset + MSFT_SYSTEMTIME_DAY_OF_WEEK, cal.get(Calendar.DAY_OF_WEEK) - 1);
318 testCalendar.set(GregorianCalendar.DAY_OF_WEEK, tzd.dayOfWeek);
448 int dayOfWeek = calendar.get(Calendar.DAY_OF_WEEK);
459 } else if (dayOfWeek == cal.get(Calendar.DAY_OF_WEEK)) {