Home | History | Annotate | Download | only in unicode

Lines Matching refs:date

10 *   Date        Name        Description
394 * account) as of a particular reference date. The reference date is used to determine
397 * at this particular date and time?). For the time zones produced by createTimeZone(),
398 * the reference data is specified according to the Gregorian calendar, and the date
405 * @param era The reference date's era
406 * @param year The reference date's year
407 * @param month The reference date's month (0-based; 0 is January)
408 * @param day The reference date's day-in-month (1-based)
409 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
410 * @param millis The reference date's milliseconds in day, local standard time
419 * Gets the time zone offset, for current date, modified in case of
426 * @param era the era of the given date.
427 * @param year the year in the given date.
428 * @param month the month in the given date.
430 * @param day the day-in-month of the given date.
431 * @param dayOfWeek the day-of-week of the given date.
449 * @param date moment in time for which to return offsets, in
452 * @param local if true, `date' is local wall time; otherwise it
465 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
594 * Queries if the given date is in daylight savings time in
600 * @param date the given UDate.
602 * @return true if the given date is in daylight savings time,
606 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const = 0;