Searched defs:DAY_OF_WEEK (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/time/temporal/
H A DChronoField.java345 DAY_OF_WEEK("DayOfWeek", DAYS, WEEKS, ValueRange.of(1, 7), "weekday"), enum constant in enum:ChronoField
642 case DAY_OF_WEEK:
699 return ordinal() >= DAY_OF_WEEK.ordinal() && ordinal() <= ERA.ordinal();
711 return ordinal() < DAY_OF_WEEK.ordinal();
/libcore/ojluni/src/main/java/java/text/
H A DDateFormat.java220 * Useful constant for DAY_OF_WEEK field alignment.
981 public final static Field DAY_OF_WEEK = new field in class:DateFormat.Field
982 Field("day of week", Calendar.DAY_OF_WEEK);
/libcore/ojluni/src/main/java/java/util/
H A DCalendar.java161 * YEAR + MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
162 * YEAR + MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
164 * YEAR + DAY_OF_WEEK + WEEK_OF_YEAR
267 * it is a smaller field, <code>DAY_OF_WEEK</code> is not adjusted by
462 public final static int DAY_OF_WEEK = 7; field in class:Calendar
467 * with the <code>DAY_OF_WEEK</code> field, this uniquely specifies a day
478 * <code>DAY_OF_WEEK = SUNDAY, DAY_OF_WEEK_IN_MONTH = -1</code>. Because
484 * @see #DAY_OF_WEEK
570 * Value of the {@link #DAY_OF_WEEK} field indicating
576 * Value of the {@link #DAY_OF_WEEK} fiel
[all...]

Completed in 71 milliseconds