Home | History | Annotate | Download | only in unicode

Lines Matching full:month

54  * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
90 * <code>UDate</code> (such as only year and month but no day in the month),
98 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
109 * MONTH + DAY_OF_MONTH
110 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
111 * MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
130 * month, day-of-month <em>and</em> day-of-week in some cases.
154 * month up in the date <code>December 12, <b>1996</b></code> results in
184 MONTH, // Example: 0..11
230 * Useful constants for month. Note: Calendar month is 0-based.
509 * the month or Calendar::MONTH field, other fields like date might conflict and
510 * need to be changed. For instance, adding 1 month on the date 01/31/96 will result
528 * the month or Calendar::MONTH field, other fields like date might conflict and
529 * need to be changed. For instance, adding 1 month on the date 01/31/96 will result
548 * value returned by getMaximum(Calendar::YEAR). When rolling on the month or
549 * Calendar::MONTH field, other fields like date might conflict and, need to be
550 * changed. For instance, rolling the month up on the date 01/31/96 will result in
573 * value returned by getMaximum(Calendar::YEAR). When rolling on the month or
574 * Calendar::MONTH field, other fields like date might conflict and, need to be
575 * changed. For instance, rolling the month up on the date 01/31/96 will result in
596 * roll(Calendar::DATE, +1, status). When rolling on the month or
597 * Calendar::MONTH field, other fields like date might conflict and, need to be
598 * changed. For instance, rolling the month up on the date 01/31/96 will result in
620 * roll(Calendar::DATE, +1, status). When rolling on the month or
621 * Calendar::MONTH field, other fields like date might conflict and, need to be
622 * changed. For instance, rolling the month up on the date 01/31/96 will result in
649 * Calendar::MONTH)</code> returns 3, then this calendar is set to
651 * time less than one month.
664 * int m = cal->fieldDifference(when, Calendar::MONTH, err);
675 * int m1 = cal->fieldDifference(date2, Calendar::MONTH, err);
678 * int m2 = cal->fieldDifference(date1, Calendar::MONTH, err);
684 * Gregorian calendar has a varying number of days per month).
706 * Calendar::MONTH)</code> returns 3, then this calendar is set to
708 * time less than one month.
721 * int m = cal->fieldDifference(when, Calendar::MONTH, err);
732 * int m1 = cal->fieldDifference(date2, Calendar::MONTH, err);
735 * int m2 = cal->fieldDifference(date1, Calendar::MONTH, err);
741 * Gregorian calendar has a varying number of days per month).
862 * first month of a year, call the method with value 1. If it must be a full week,
872 * the first week is defined as one that contains the first day of the first month
997 * for some years the actual maximum for MONTH is 12, and for others 13.
1015 * for some years the actual maximum for MONTH is 12, and for others 13.
1098 * Sets the values for the fields YEAR, MONTH, and DATE. Other field values are
1102 * @param month The value used to set the MONTH time field. Month value is 0-based.
1107 void set(int32_t year, int32_t month, int32_t date);
1110 * Sets the values for the fields YEAR, MONTH, DATE, HOUR_OF_DAY, and MINUTE. Other
1114 * @param month The value used to set the MONTH time field. Month value is
1121 void set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute);
1124 * Sets the values for the fields YEAR, MONTH, DATE, HOUR_OF_DAY, MINUTE, and SECOND.
1128 * @param month The value used to set the MONTH time field. Month value is
1136 void set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second);
1461 * given month in the given extended year. Subclasses should override
1464 * @param month the zero-based month, or 0 if useMonth is false
1467 * the given month
1469 * day of the given month and year
1472 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month,
1476 * Return the number of days in the given month of the given extended
1482 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const ;
1506 * handleGetMonthLength() to obtain the calendar-specific month
1738 * <li>MONTH
1768 * Return the month (0-based) on the Gregorian calendar as computed by
1786 * Return the day of month (1-based) on the Gregorian calendar as
1795 * Called by computeJulianDay. Returns the default month (0-based) for the year,
1804 * Called by computeJulianDay. Returns the default day (1-based) for the month,
1807 * @param month the month in the year
1810 virtual int32_t getDefaultDayInMonth(int32_t eyear, int32_t month);
1850 * a year or the week number in a month. Usually this will be a value >= 1, but if
1896 * a year, or the week number in a month. Usually this will be a value >= 1, but if
2001 * The Gregorian month, as computed by computeGregorianFields() and
2015 * The Gregorian day of the month, as computed by
2024 * Compute the Gregorian calendar year, month, and day of month from
2034 * Compute the Gregorian calendar year, month, and day of month from the