Lines Matching refs:month
102 * cout << "MONTH: " << calendar->get( UCAL_MONTH, success ) << endl;
124 * cout << "MONTH: " << calendar->get( UCAL_MONTH, success ) << endl;
237 * @param month The value used to set the MONTH time field in the calendar. Month
244 GregorianCalendar(int32_t year, int32_t month, int32_t date, UErrorCode& success);
251 * @param month The value used to set the MONTH time field in the calendar. Month
260 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorCode& success);
267 * @param month The value used to set the MONTH time field in the calendar. Month
277 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode& success);
415 * for some years the actual maximum for MONTH is 12, and for others 13.
427 * for some years the actual maximum for MONTH is 12, and for others 13.
499 * given month in the given extended year. Subclasses should override
502 * @param month the zero-based month, or 0 if useMonth is false
505 * the given month
507 * day of the given month and year
510 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month,
515 * handleGetMonthLength() to obtain the calendar-specific month
524 * Return the number of days in the given month of the given extended
530 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const;
542 * return the length of the given month.
543 * @param month the given month.
544 * @return the length of the given month.
547 virtual int32_t monthLength(int32_t month) const;
550 * return the length of the month according to the given year.
551 * @param month the given month.
553 * @return the length of the month
556 virtual int32_t monthLength(int32_t month, int32_t year) const;
575 * After adjustments such as add(MONTH), add(YEAR), we don't want the
576 * month to jump around. E.g., we don't want Jan 31 + 1 month to go to Mar
578 * problem call this method to retain the proper month.
643 * <li>MONTH