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

/libcore/ojluni/src/main/java/java/text/
H A DDateFormat.java236 * Useful constant for WEEK_OF_MONTH field alignment.
980 public final static Field WEEK_OF_MONTH = new field in class:DateFormat.Field
981 Field("week of month", Calendar.WEEK_OF_MONTH);
/libcore/ojluni/src/main/java/java/util/
H A DCalendar.java131 * <p>When setting or getting the <code>WEEK_OF_MONTH</code> or
163 * YEAR + MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
418 * the value of <code>WEEK_OF_MONTH</code> for days before the first week of
424 public final static int WEEK_OF_MONTH = 4; field in class:Calendar
470 * within a month. Unlike <code>WEEK_OF_MONTH</code> and
487 * @see #WEEK_OF_MONTH
916 final static int WEEK_OF_MONTH_MASK = (1 << WEEK_OF_MONTH);
1715 // MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
1721 // as WEEK_OF_MONTH, DAY_OF_WEEK_IN_MONTH, or WEEK_OF_YEAR, both the
1727 int womStamp = aggregateStamp(stamp[WEEK_OF_MONTH], dowStam
[all...]

Completed in 37 milliseconds