Lines Matching defs:month

91  * the first month of the calendar system has value <code>MONTH ==
119 * <code>DAY_OF_MONTH</code> values between 1 and the length of the month. A
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
148 * year and month with no day of month), or there may be inconsistent
271 * rule 2, since it is expected to change when the month changes in a
290 * component with increment and decrement buttons for the month, day, and
292 * interface reads January 31, 1999 and the user presses the month
296 * presses the month increment button again, it should read March 31,
380 * month. This is a calendar-specific value. The first month of
416 * week number within the current month. The first week of the month, as
420 * the month.
429 * day of the month. This is a synonym for <code>DAY_OF_MONTH</code>.
430 * The first day of the month has value 1.
438 * day of the month. This is a synonym for <code>DATE</code>.
439 * The first day of the month has value 1.
469 * ordinal number of the day of the week within the current month. Together
471 * within a month. Unlike <code>WEEK_OF_MONTH</code> and
480 * end of the month, so the last Sunday of a month is specified as
483 * within the month than positive values. For example, if a month has 31
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,
1234 * @param month the value used to set the <code>MONTH</code> calendar field.
1241 public final void set(int year, int month, int date)
1244 set(MONTH, month);
1256 * @param month the value used to set the <code>MONTH</code> calendar field.
1265 public final void set(int year, int month, int date, int hourOfDay, int minute)
1268 set(MONTH, month);
1282 * @param month the value used to set the <code>MONTH</code> calendar field.
1292 public final void set(int year, int month, int date, int hourOfDay, int minute,
1296 set(MONTH, month);
1442 * month, this method would return month names containing the leap
1443 * month name, and month names are mapped to their values specific
2023 * When rolling on the month or Calendar.MONTH field, other fields like
2025 * rolling the month on the date 01/31/96 will result in 02/29/96.
2181 * day of the first month of a year, call this method with value 1. If it
2200 * of the first month of a year, this method returns 1. If
2368 * day of the shortest month of this calendar, February in a
2470 // last week of a month or year will contain the first day of the week.