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

/libcore/luni/src/main/java/java/text/
H A DDateFormat.java177 * {@link Calendar#DAY_OF_WEEK_IN_MONTH} field.
730 public static final Field DAY_OF_WEEK_IN_MONTH = new Field("day of week in month", field in class:DateFormat.Field
731 Calendar.DAY_OF_WEEK_IN_MONTH);
/libcore/luni/src/main/java/java/util/
H A DCalendar.java119 * MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
574 * through {@code 7} always correspond to <code>DAY_OF_WEEK_IN_MONTH
577 * {@code DAY_OF_WEEK_IN_MONTH 2}, and so on.
578 * {@code DAY_OF_WEEK_IN_MONTH 0} indicates the week before
579 * {@code DAY_OF_WEEK_IN_MONTH 1}. Negative values count back from
581 * {@code DAY_OF_WEEK = SUNDAY, DAY_OF_WEEK_IN_MONTH = -1}. Because
584 * days, {@code DAY_OF_WEEK_IN_MONTH -1} will overlap
585 * {@code DAY_OF_WEEK_IN_MONTH 5} and the end of {@code 4}.
590 public static final int DAY_OF_WEEK_IN_MONTH = 8; field in class:Calendar
695 "DAY_OF_WEEK", "DAY_OF_WEEK_IN_MONTH", "AM_P
[all...]

Completed in 105 milliseconds