Lines Matching refs:year

134  * first week of the month or year as a reference point.  The first week of a
135 * month or year is defined as the earliest seven day period beginning on
137 * <code>getMinimalDaysInFirstWeek()</code> days of that month or year. Weeks
141 * designate the week before week 1 of a year as week <code><i>n</i></code> of
142 * the previous year.
148 * year and month with no day of month), or there may be inconsistent
266 * adding 13 months to August gives September of the next year. Since
291 * year, and an underlying <code>GregorianCalendar</code>. If the
374 * year. This is a calendar-specific value; see subclass documentation.
381 * the year in the Gregorian and Julian calendars is
383 * of months in a year.
403 * week number within the current year. The first week of the year, as
407 * the year.
447 * number within the current year. The first day of the year has value 1.
616 * first month of the year in the Gregorian and Julian calendars.
622 * second month of the year in the Gregorian and Julian calendars.
628 * third month of the year in the Gregorian and Julian calendars.
634 * fourth month of the year in the Gregorian and Julian calendars.
640 * fifth month of the year in the Gregorian and Julian calendars.
646 * sixth month of the year in the Gregorian and Julian calendars.
652 * seventh month of the year in the Gregorian and Julian calendars.
658 * eighth month of the year in the Gregorian and Julian calendars.
664 * ninth month of the year in the Gregorian and Julian calendars.
670 * tenth month of the year in the Gregorian and Julian calendars.
676 * eleventh month of the year in the Gregorian and Julian calendars.
682 * twelfth month of the year in the Gregorian and Julian calendars.
688 * thirteenth month of the year. Although <code>GregorianCalendar</code>
832 * The number of days required for the first week in a month or year,
1233 * @param year the value used to set the <code>YEAR</code> calendar field.
1241 public final void set(int year, int month, int date)
1243 set(YEAR, year);
1255 * @param year the value used to set the <code>YEAR</code> calendar field.
1265 public final void set(int year, int month, int date, int hourOfDay, int minute)
1267 set(YEAR, year);
1281 * @param year the value used to set the <code>YEAR</code> calendar field.
1292 public final void set(int year, int month, int date, int hourOfDay, int minute,
1295 set(YEAR, year);
1441 * the year value given by the {@link #YEAR} field has a leap
1444 * for the year.
1730 // the year. These may be any of the following combinations:
2020 * When rolling on the year or Calendar.YEAR field, it will roll the year
2179 * Sets what the minimal days required in the first week of the year are;
2181 * day of the first month of a year, call this method with value 1. If it
2185 * of the year.
2198 * Gets what the minimal days required in the first week of the year are;
2200 * of the first month of a year, this method returns 1. If
2204 * @return the minimal days required in the first week of the year.
2229 * Returns the week year represented by this {@code Calendar}. The
2230 * week year is in sync with the week cycle. The {@linkplain
2232 * day of the week year.
2237 * @return the week year of this {@code Calendar}
2239 * if any week year numbering isn't supported
2252 * specifiers - week year, week of year, and day of week.
2257 * <p>If {@code weekOfYear} is out of the valid week-of-year range
2265 * @param weekYear the week year
2275 * if any week year numbering isn't supported in this
2287 * Returns the number of weeks in the week year represented by this
2293 * @return the number of weeks in the week year.
2295 * if any week year numbering isn't supported in this
2369 * common year.
2470 // last week of a month or year will contain the first day of the week.
2548 // produced by this method so that the Gregorian year number
2549 // is substituted by its B.E. year value. It relies on
2550 // "...,YEAR=<year>,..." or "...,YEAR=?,...".