Home | History | Annotate | Download | only in unicode

Lines Matching refs:MONTH

57  * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
93 * <code>UDate</code> (such as only year and month but no day in the month),
102 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
113 * MONTH + DAY_OF_MONTH
114 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
115 * MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
154 * month, day-of-month <em>and</em> day-of-week in some cases.
178 * month up in the date <code>December 12, <b>1996</b></code> results in
221 MONTH, // Example: 0..11
266 * Useful constants for month. Note: Calendar month is 0-based.
542 * the month or Calendar::MONTH field, other fields like date might conflict and
543 * need to be changed. For instance, adding 1 month on the date 01/31/96 will result
564 * the month or Calendar::MONTH field, other fields like date might conflict and
565 * need to be changed. For instance, adding 1 month on the date 01/31/96 will result
588 * value returned by getMaximum(Calendar::YEAR). When rolling on the month or
589 * Calendar::MONTH field, other fields like date might conflict and, need to be
590 * changed. For instance, rolling the month up on the date 01/31/96 will result in
623 * value returned by getMaximum(Calendar::YEAR). When rolling on the month or
624 * Calendar::MONTH field, other fields like date might conflict and, need to be
625 * changed. For instance, rolling the month up on the date 01/31/96 will result in
655 * roll(Calendar::DATE, +1, status). When rolling on the month or
656 * Calendar::MONTH field, other fields like date might conflict and, need to be
657 * changed. For instance, rolling the month up on the date 01/31/96 will result in
688 * roll(Calendar::DATE, +1, status). When rolling on the month or
689 * Calendar::MONTH field, other fields like date might conflict and, need to be
690 * changed. For instance, rolling the month up on the date 01/31/96 will result in
726 * Calendar::MONTH)</code> returns 3, then this calendar is set to
728 * time less than one month.
741 * int m = cal->fieldDifference(when, Calendar::MONTH, err);
752 * int m1 = cal->fieldDifference(date2, Calendar::MONTH, err);
755 * int m2 = cal->fieldDifference(date1, Calendar::MONTH, err);
761 * Gregorian calendar has a varying number of days per month).
783 * Calendar::MONTH)</code> returns 3, then this calendar is set to
785 * time less than one month.
798 * int m = cal->fieldDifference(when, Calendar::MONTH, err);
809 * int m1 = cal->fieldDifference(date2, Calendar::MONTH, err);
812 * int m2 = cal->fieldDifference(date1, Calendar::MONTH, err);
818 * Gregorian calendar has a varying number of days per month).
1011 * first month of a year, call the method with value 1. If it must be a full week,
1021 * the first week is defined as one that contains the first day of the first month
1149 * for some years the actual maximum for MONTH is 12, and for others 13.
1168 * for some years the actual maximum for MONTH is 12, and for others 13.
1257 * Sets the values for the fields YEAR, MONTH, and DATE. Other field values are
1261 * @param month The value used to set the MONTH time field. Month value is 0-based.
1266 void set(int32_t year, int32_t month, int32_t date);
1269 * Sets the values for the fields YEAR, MONTH, DATE, HOUR_OF_DAY, and MINUTE. Other
1273 * @param month The value used to set the MONTH time field. Month value is
1280 void set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute);
1283 * Sets the values for the fields YEAR, MONTH, DATE, HOUR_OF_DAY, MINUTE, and SECOND.
1287 * @param month The value used to set the MONTH time field. Month value is
1295 void set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second);
1655 * given month in the given extended year. Subclasses should override
1658 * @param month the zero-based month, or 0 if useMonth is false
1661 * the given month
1663 * day of the given month and year
1666 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month,
1670 * Return the number of days in the given month of the given extended
1676 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const ;
1700 * handleGetMonthLength() to obtain the calendar-specific month
1946 * <li>MONTH
1977 * Return the month (0-based) on the Gregorian calendar as computed by
1995 * Return the day of month (1-based) on the Gregorian calendar as
2005 * Called by computeJulianDay. Returns the default month (0-based) for the year,
2014 * Called by computeJulianDay. Returns the default day (1-based) for the month,
2017 * @param month the month in the year
2020 virtual int32_t getDefaultDayInMonth(int32_t eyear, int32_t month);
2060 * a year or the week number in a month. Usually this will be a value >= 1, but if
2107 * a year, or the week number in a month. Usually this will be a value >= 1, but if
2231 * The Gregorian month, as computed by computeGregorianFields() and
2245 * The Gregorian day of the month, as computed by
2254 * Compute the Gregorian calendar year, month, and day of month from
2264 * Compute the Gregorian calendar year, month, and day of month from the