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

/libcore/luni/src/main/java/java/text/
H A DDateFormat.java172 * {@link Calendar#DAY_OF_WEEK} field.
739 public static final Field DAY_OF_WEEK = new Field("day of week", Calendar.DAY_OF_WEEK); field in class:DateFormat.Field
/libcore/luni/src/main/java/java/util/
H A DCalendar.java118 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
119 * MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
121 * DAY_OF_WEEK + WEEK_OF_YEAR</pre>
223 * Although it is a smaller field, {@code DAY_OF_WEEK} is not adjusted by
258 * According to add rule 2, the {@code DAY_OF_WEEK}, an invariant when
426 * Value of the {@code DAY_OF_WEEK} field indicating Sunday.
431 * Value of the {@code DAY_OF_WEEK} field indicating Monday.
436 * Value of the {@code DAY_OF_WEEK} field indicating Tuesday.
441 * Value of the {@code DAY_OF_WEEK} field indicating Wednesday.
446 * Value of the {@code DAY_OF_WEEK} fiel
564 public static final int DAY_OF_WEEK = 7; field in class:Calendar
[all...]

Completed in 43 milliseconds