Lines Matching refs:date
10 * Date Name Description
380 * account) as of a particular reference date. The reference date is used to determine
383 * at this particular date and time?). For the time zones produced by createTimeZone(),
384 * the reference data is specified according to the Gregorian calendar, and the date
391 * @param era The reference date's era
392 * @param year The reference date's year
393 * @param month The reference date's month (0-based; 0 is January)
394 * @param day The reference date's day-in-month (1-based)
395 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
396 * @param millis The reference date's milliseconds in day, local standard time
405 * Gets the time zone offset, for current date, modified in case of
412 * @param era the era of the given date.
413 * @param year the year in the given date.
414 * @param month the month in the given date.
416 * @param day the day-in-month of the given date.
417 * @param dayOfWeek the day-of-week of the given date.
435 * @param date moment in time for which to return offsets, in
438 * @param local if true, `date' is local wall time; otherwise it
451 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
642 * Queries if the given date is in daylight savings time in
648 * @param date the given UDate.
650 * @return true if the given date is in daylight savings time,
654 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const = 0;