Searched refs:WEEK_OF_MONTH (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/java/util/Calendar/
H A DBug6645263.java37 cal.set(Calendar.WEEK_OF_MONTH, 4);
/openjdk7/jdk/src/share/classes/java/util/
H A DCalendar.java132 * <p>When setting or getting the <code>WEEK_OF_MONTH</code> or
164 * YEAR + MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
419 * the value of <code>WEEK_OF_MONTH</code> for days before the first week of
425 public final static int WEEK_OF_MONTH = 4; field in class:Calendar
471 * within a month. Unlike <code>WEEK_OF_MONTH</code> and
488 * @see #WEEK_OF_MONTH
917 final static int WEEK_OF_MONTH_MASK = (1 << WEEK_OF_MONTH);
1732 // MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
1738 // as WEEK_OF_MONTH, DAY_OF_WEEK_IN_MONTH, or WEEK_OF_YEAR, both the
1744 int womStamp = aggregateStamp(stamp[WEEK_OF_MONTH], dowStam
[all...]
H A DGregorianCalendar.java135 * <p>Values calculated for the <code>WEEK_OF_MONTH</code> field range from 0
136 * to 6. Week 1 of a month (the days with <code>WEEK_OF_MONTH =
143 * <code>WEEK_OF_MONTH</code> of 0.
148 * have a <code>WEEK_OF_MONTH</code> of 1. Thursday, January 1 through
149 * Saturday, January 3 have a <code>WEEK_OF_MONTH</code> of 0. If
151 * through January 3 have a <code>WEEK_OF_MONTH</code> of 1.
213 * <code>WEEK_OF_MONTH<br></code>
278 * System.out.println("WEEK_OF_MONTH: " + calendar.get(Calendar.WEEK_OF_MONTH));
303 * System.out.println("WEEK_OF_MONTH
[all...]
H A DJapaneseImperialCalendar.java145 * WEEK_OF_MONTH 0 0 4* 6
166 0, // WEEK_OF_MONTH
185 4, // WEEK_OF_MONTH
204 6, // WEEK_OF_MONTH
421 case WEEK_OF_MONTH:
774 case WEEK_OF_MONTH:
804 // value: the new WEEK_OF_MONTH value
1435 case WEEK_OF_MONTH:
1816 internalSet(WEEK_OF_MONTH, getWeekNumber(fixedDateMonth1, fixedDate));
2060 if (isFieldSet(fieldMask, WEEK_OF_MONTH)) {
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSpinnerDateModel.java58 * <li><code>Calendar.WEEK_OF_MONTH</code>
102 case Calendar.WEEK_OF_MONTH:
150 * <li><code>Calendar.WEEK_OF_MONTH</code>
323 * <li><code>Calendar.WEEK_OF_MONTH</code>
/openjdk7/jdk/src/share/classes/java/text/
H A DDateFormat.java235 * Useful constant for WEEK_OF_MONTH field alignment.
969 public final static Field WEEK_OF_MONTH = new field in class:DateFormat.Field
970 Field("week of month", Calendar.WEEK_OF_MONTH);
H A DSimpleDateFormat.java1031 Calendar.WEEK_OF_YEAR, Calendar.WEEK_OF_MONTH,
1061 Field.WEEK_OF_YEAR, Field.WEEK_OF_MONTH,

Completed in 52 milliseconds