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

/openjdk7/jdk/src/share/classes/java/text/
H A DDateFormat.java215 * Useful constant for DAY_OF_WEEK field alignment.
944 public final static Field DAY_OF_WEEK = new field in class:DateFormat.Field
945 Field("day of week", Calendar.DAY_OF_WEEK);
/openjdk7/jdk/src/share/classes/java/util/
H A DCalendar.java164 * YEAR + MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
165 * YEAR + MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
167 * YEAR + DAY_OF_WEEK + WEEK_OF_YEAR
270 * it is a smaller field, <code>DAY_OF_WEEK</code> is not adjusted by
465 public final static int DAY_OF_WEEK = 7; field in class:Calendar
470 * with the <code>DAY_OF_WEEK</code> field, this uniquely specifies a day
481 * <code>DAY_OF_WEEK = SUNDAY, DAY_OF_WEEK_IN_MONTH = -1</code>. Because
487 * @see #DAY_OF_WEEK
573 * Value of the {@link #DAY_OF_WEEK} field indicating
579 * Value of the {@link #DAY_OF_WEEK} fiel
[all...]

Completed in 35 milliseconds