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

/openjdk7/jdk/src/share/classes/java/text/
H A DDateFormat.java225 * Useful constant for DAY_OF_WEEK_IN_MONTH field alignment.
956 public final static Field DAY_OF_WEEK_IN_MONTH = field in class:DateFormat.Field
958 Calendar.DAY_OF_WEEK_IN_MONTH);
/openjdk7/jdk/src/share/classes/java/util/
H A DCalendar.java165 * YEAR + MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
475 * through <code>7</code> always correspond to <code>DAY_OF_WEEK_IN_MONTH
477 * <code>DAY_OF_WEEK_IN_MONTH 2</code>, and so on.
478 * <code>DAY_OF_WEEK_IN_MONTH 0</code> indicates the week before
479 * <code>DAY_OF_WEEK_IN_MONTH 1</code>. Negative values count back from the
481 * <code>DAY_OF_WEEK = SUNDAY, DAY_OF_WEEK_IN_MONTH = -1</code>. Because
484 * days, <code>DAY_OF_WEEK_IN_MONTH -1</code> will overlap
485 * <code>DAY_OF_WEEK_IN_MONTH 5</code> and the end of <code>4</code>.
490 public final static int DAY_OF_WEEK_IN_MONTH = 8; field in class:Calendar
922 final static int DAY_OF_WEEK_IN_MONTH_MASK = (1 << DAY_OF_WEEK_IN_MONTH);
[all...]

Completed in 27 milliseconds