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

/libcore/luni/src/main/java/java/text/
H A DDateFormat.java189 * {@link Calendar#WEEK_OF_MONTH} field.
742 public static final Field WEEK_OF_MONTH = new Field("week of month", field in class:DateFormat.Field
743 Calendar.WEEK_OF_MONTH);
/libcore/luni/src/main/java/java/util/
H A DCalendar.java82 * When setting or getting the {@code WEEK_OF_MONTH} or
118 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
252 * {@code roll(Calendar.WEEK_OF_MONTH, -1)} sets the calendar to Tuesday
253 * June 1, 1999, whereas calling {@code add(Calendar.WEEK_OF_MONTH, -1)}
256 * when the {@code WEEK_OF_MONTH} is rolled. Taken together with add rule
259 * changing the {@code WEEK_OF_MONTH}, is set to Tuesday, the closest
516 * define the value of {@code WEEK_OF_MONTH} for days before the
522 public static final int WEEK_OF_MONTH = 4; field in class:Calendar
570 * within a month. Unlike {@code WEEK_OF_MONTH} and
588 * @see #WEEK_OF_MONTH
[all...]

Completed in 51 milliseconds