Home | History | Annotate | Download | only in unicode

Lines Matching refs:date

10 *   Date        Name        Description
328 * account) as of a particular reference date. The reference date is used to determine
331 * at this particular date and time?). For the time zones produced by createTimeZone(),
332 * the reference data is specified according to the Gregorian calendar, and the date
339 * @param era The reference date's era
340 * @param year The reference date's year
341 * @param month The reference date's month (0-based; 0 is January)
342 * @param day The reference date's day-in-month (1-based)
343 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
344 * @param millis The reference date's milliseconds in day, local standard time
353 * Gets the time zone offset, for current date, modified in case of
360 * @param era the era of the given date.
361 date.
362 * @param month the month in the given date.
364 * @param day the day-in-month of the given date.
365 * @param dayOfWeek the day-of-week of the given date.
383 * @param date moment in time for which to return offsets, in
386 * @param local if true, `date' is local wall time; otherwise it
399 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
562 * Queries if the given date is in daylight savings time in
568 * @param date the given UDate.
570 * @return true if the given date is in daylight savings time,
574 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const = 0;