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

/libcore/ojluni/src/main/java/java/text/
H A DDateFormat.java240 * Useful constant for WEEK_OF_MONTH field alignment.
1016 public final static Field WEEK_OF_MONTH = new field in class:DateFormat.Field
1017 Field("week of month", Calendar.WEEK_OF_MONTH);
/libcore/ojluni/src/main/java/java/util/
H A DCalendar.java129 * <p>When setting or getting the <code>WEEK_OF_MONTH</code> or
161 * YEAR + MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
416 * the value of <code>WEEK_OF_MONTH</code> for days before the first week of
422 public final static int WEEK_OF_MONTH = 4; field in class:Calendar
468 * within a month. Unlike <code>WEEK_OF_MONTH</code> and
485 * @see #WEEK_OF_MONTH
1004 final static int WEEK_OF_MONTH_MASK = (1 << WEEK_OF_MONTH);
2437 // MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
2443 // as WEEK_OF_MONTH, DAY_OF_WEEK_IN_MONTH, or WEEK_OF_YEAR, both the
2449 int womStamp = aggregateStamp(stamp[WEEK_OF_MONTH], dowStam
[all...]

Completed in 126 milliseconds