Home | History | Annotate | Download | only in unicode

Lines Matching refs:date

10 *   Date        Name        Description
18 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD.
46 * the date the Gregorian calendar was originally instituted (October 15, 1582). Not all
47 * countries adopted the Gregorian calendar then, so this cutover date may be changed by
94 * // and the current date and time
103 * cout << "DATE: " << calendar->get( UCAL_DATE, success ) << endl;
125 * cout << "DATE: " << calendar->get( UCAL_DATE, success ) << endl;
231 * Constructs a GregorianCalendar with the given AD date set in the default time
237 * @param date The value used to set the DATE time field in the calendar.
242 GregorianCalendar(int32_t year, int32_t month, int32_t date, UErrorCode& success);
245 * Constructs a GregorianCalendar with the given AD date and time set for the
251 * @param date The value used to set the DATE time field in the calendar.
258 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorCode& success);
261 * Constructs a GregorianCalendar with the given AD date and time set for the
267 * @param date The value used to set the DATE time field in the calendar.
275 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode& success);
305 * Sets the GregorianCalendar change date. This is the point when the switch from
307 * 15, 1582. Previous to this time and date will be Julian dates.
309 * @param date The given Gregorian cutover date.
313 void setGregorianChange(UDate date, UErrorCode& success);
316 * Gets the Gregorian Calendar change date. This is the point when the switch from
318 * 15, 1582. Previous to this time and date will be Julian dates.
333 * quirks, and pays attention only to the Julian onset date and the Gregorian
379 * Return the minimum value that this field could have, given the current date.
382 * @return the minimum value that this field could have, given the current date.
388 * Return the minimum value that this field could have, given the current date.
392 * @return the minimum value that this field could have, given the current date.
399 * Return the minimum value that this field could have, given the current date.
403 * @return the minimum value that this field could have, given the current date.
410 * Return the maximum value that this field could have, given the current date.
411 * For example, with the date "Feb 3, 1997" and the DAY_OF_MONTH field, the actual
415 * @return the maximum value that this field could have, given the current date.
422 * Return the maximum value that this field could have, given the current date.
423 * For example, with the date "Feb 3, 1997" and the DAY_OF_MONTH field, the actual
428 * @return the maximum value that this field could have, given the current date.
434 * (Overrides Calendar) Return true if the current date for this Calendar is in
438 * @return True if the current date for this Calendar is in Daylight Savings Time,
515 * @param bestField which field to use to calculate the date
647 * a calendar with the specified Julian/Gregorian cutover date.
702 * gregorianCutover. This is a pure date value with no time of day or
720 * Converts time as milliseconds to Julian date. The Julian date used here is not a
721 * true Julian date, since it is measured from midnight, not noon.
724 * @return The Julian date number.
729 * Converts Julian date to time as milliseconds. The Julian date used here is not a
730 * true Julian date, since it is measured from midnight, not noon.
732 * @param julian The given Julian date number.
746 * to handle certain calculations on and around the cutover date.
773 * The system maintains a static default century start date. This is initialized
775 * indicate an uninitialized state. Once the system default century date and year
796 * Returns the beginning date of the 100-year window that dates with 2-digit years
798 * @return the beginning date of the 100-year window that dates with 2-digit years
813 * to fall within so that its start date is 80 years before the current time.