Lines Matching refs:MONTH
55 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
91 * <code>UDate</code> (such as only year and month but no day in the month),
100 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
111 * MONTH + DAY_OF_MONTH
112 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
113 * MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
152 * month, day-of-month <em>and</em> day-of-week in some cases.
176 * month up in the date <code>December 12, <b>1996</b></code> results in
219 MONTH, // Example: 0..11
264 * Useful constants for month. Note: Calendar month is 0-based.
540 * the month or Calendar::MONTH field, other fields like date might conflict and
541 * need to be changed. For instance, adding 1 month on the date 01/31/96 will result
562 * the month or Calendar::MONTH field, other fields like date might conflict and
563 * need to be changed. For instance, adding 1 month on the date 01/31/96 will result
586 * value returned by getMaximum(Calendar::YEAR). When rolling on the month or
587 * Calendar::MONTH field, other fields like date might conflict and, need to be
588 * changed. For instance, rolling the month up on the date 01/31/96 will result in
621 * value returned by getMaximum(Calendar::YEAR). When rolling on the month or
622 * Calendar::MONTH field, other fields like date might conflict and, need to be
623 * changed. For instance, rolling the month up on the date 01/31/96 will result in
653 * roll(Calendar::DATE, +1, status). When rolling on the month or
654 * Calendar::MONTH field, other fields like date might conflict and, need to be
655 * changed. For instance, rolling the month up on the date 01/31/96 will result in
686 * roll(Calendar::DATE, +1, status). When rolling on the month or
687 * Calendar::MONTH field, other fields like date might conflict and, need to be
688 * changed. For instance, rolling the month up on the date 01/31/96 will result in
724 * Calendar::MONTH)</code> returns 3, then this calendar is set to
726 * time less than one month.
739 * int m = cal->fieldDifference(when, Calendar::MONTH, err);
750 * int m1 = cal->fieldDifference(date2, Calendar::MONTH, err);
753 * int m2 = cal->fieldDifference(date1, Calendar::MONTH, err);
759 * Gregorian calendar has a varying number of days per month).
781 * Calendar::MONTH)</code> returns 3, then this calendar is set to
783 * time less than one month.
796 * int m = cal->fieldDifference(when, Calendar::MONTH, err);
807 * int m1 = cal->fieldDifference(date2, Calendar::MONTH, err);
810 * int m2 = cal->fieldDifference(date1, Calendar::MONTH, err);
816 * Gregorian calendar has a varying number of days per month).
1009 * first month of a year, call the method with value 1. If it must be a full week,
1019 * the first week is defined as one that contains the first day of the first month
1147 * for some years the actual maximum for MONTH is 12, and for others 13.
1166 * for some years the actual maximum for MONTH is 12, and for others 13.
1255 * Sets the values for the fields YEAR, MONTH, and DATE. Other field values are
1259 * @param month The value used to set the MONTH time field. Month value is 0-based.
1264 void set(int32_t year, int32_t month, int32_t date);
1267 * Sets the values for the fields YEAR, MONTH, DATE, HOUR_OF_DAY, and MINUTE. Other
1271 * @param month The value used to set the MONTH time field. Month value is
1278 void set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute);
1281 * Sets the values for the fields YEAR, MONTH, DATE, HOUR_OF_DAY, MINUTE, and SECOND.
1285 * @param month The value used to set the MONTH time field. Month value is
1293 void set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second);
1653 * given month in the given extended year. Subclasses should override
1656 * @param month the zero-based month, or 0 if useMonth is false
1659 * the given month
1661 * day of the given month and year
1664 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month,
1668 * Return the number of days in the given month of the given extended
1674 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const ;
1698 * handleGetMonthLength() to obtain the calendar-specific month
1944 * <li>MONTH
1975 * Return the month (0-based) on the Gregorian calendar as computed by
1993 * Return the day of month (1-based) on the Gregorian calendar as
2003 * Called by computeJulianDay. Returns the default month (0-based) for the year,
2012 * Called by computeJulianDay. Returns the default day (1-based) for the month,
2015 * @param month the month in the year
2018 virtual int32_t getDefaultDayInMonth(int32_t eyear, int32_t month);
2058 * a year or the week number in a month. Usually this will be a value >= 1, but if
2105 * a year, or the week number in a month. Usually this will be a value >= 1, but if
2229 * The Gregorian month, as computed by computeGregorianFields() and
2243 * The Gregorian day of the month, as computed by
2252 * Compute the Gregorian calendar year, month, and day of month from
2262 * Compute the Gregorian calendar year, month, and day of month from the