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
178 MONTH, // Example: 0..11
224 * Useful constants for month. Note: Calendar month is 0-based.
503 * the month or Calendar::MONTH field, other fields like date might conflict and
504 * need to be changed. For instance, adding 1 month on the date 01/31/96 will result
522 * the month or Calendar::MONTH field, other fields like date might conflict and
523 * need to be changed. For instance, adding 1 month on the date 01/31/96 will result
542 * value returned by getMaximum(Calendar::YEAR). When rolling on the month or
543 * Calendar::MONTH field, other fields like date might conflict and, need to be
544 * changed. For instance, rolling the month up on the date 01/31/96 will result in
567 * value returned by getMaximum(Calendar::YEAR). When rolling on the month or
568 * Calendar::MONTH field, other fields like date might conflict and, need to be
569 * changed. For instance, rolling the month up on the date 01/31/96 will result in
590 * roll(Calendar::DATE, +1, status). When rolling on the month or
591 * Calendar::MONTH field, other fields like date might conflict and, need to be
592 * changed. For instance, rolling the month up on the date 01/31/96 will result in
614 * roll(Calendar::DATE, +1, status). When rolling on the month or
615 * Calendar::MONTH field, other fields like date might conflict and, need to be
616 * changed. For instance, rolling the month up on the date 01/31/96 will result in
643 * Calendar::MONTH)</code> returns 3, then this calendar is set to
645 * time less than one month.
658 * int m = cal->fieldDifference(when, Calendar::MONTH, err);
669 * int m1 = cal->fieldDifference(date2, Calendar::MONTH, err);
672 * int m2 = cal->fieldDifference(date1, Calendar::MONTH, err);
678 * Gregorian calendar has a varying number of days per month).
700 * Calendar::MONTH)</code> returns 3, then this calendar is set to
702 * time less than one month.
715 MONTH, err);
726 * int m1 = cal->fieldDifference(date2, Calendar::MONTH, err);
729 * int m2 = cal->fieldDifference(date1, Calendar::MONTH, err);
735 * Gregorian calendar has a varying number of days per month).
856 * first month of a year, call the method with value 1. If it must be a full week,
866 * the first week is defined as one that contains the first day of the first month
991 * for some years the actual maximum for MONTH is 12, and for others 13.
1009 * for some years the actual maximum for MONTH is 12, and for others 13.
1092 * Sets the values for the fields YEAR, MONTH, and DATE. Other field values are
1096 * @param month The value used to set the MONTH time field. Month value is 0-based.
1101 void set(int32_t year, int32_t month, int32_t date);
1104 * Sets the values for the fields YEAR, MONTH, DATE, HOUR_OF_DAY, and MINUTE. Other
1108 * @param month The value used to set the MONTH time field. Month value is
1115 void set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute);
1118 * Sets the values for the fields YEAR, MONTH, DATE, HOUR_OF_DAY, MINUTE, and SECOND.
1122 * @param month The value used to set the MONTH time field. Month value is
1130 void set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second);
1402 * given month in the given extended year. Subclasses should override
1405 * @param month the zero-based month, or 0 if useMonth is false
1408 * the given month
1410 * day of the given month and year
1413 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month,
1417 * Return the number of days in the given month of the given extended
1423 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const ;
1447 * handleGetMonthLength() to obtain the calendar-specific month
1679 * <li>MONTH
1709 * Return the month (0-based) on the Gregorian calendar as computed by
1727 * Return the day of month (1-based) on the Gregorian calendar as
1736 * Called by computeJulianDay. Returns the default month (0-based) for the year,
1745 * Called by computeJulianDay. Returns the default day (1-based) for the month,
1748 * @param month the month in the year
1751 virtual int32_t getDefaultDayInMonth(int32_t eyear, int32_t month);
1791 * a year or the week number in a month. Usually this will be a value >= 1, but if
1837 * a year, or the week number in a month. Usually this will be a value >= 1, but if
1938 * The Gregorian month, as computed by computeGregorianFields() and
1952 * The Gregorian day of the month, as computed by
1961 * Compute the Gregorian calendar year, month, and day of month from
1971 * Compute the Gregorian calendar year, month, and day of month from the