Home | History | Annotate | Download | only in unicode

Lines Matching refs:date

127      * account) as of a particular reference date.  The reference date is used to determine
130 * at this particular date and time?). For the time zones produced by createTimeZone(),
131 * the reference data is specified according to the Gregorian calendar, and the date
138 * @param era The reference date's era
139 * @param year The reference date's year
140 * @param month The reference date's month (0-based; 0 is January)
141 * @param day The reference date's day-in-month (1-based)
142 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
143 * @param millis The reference date's milliseconds in day, local standard time
152 * Gets the time zone offset, for current date, modified in case of
159 * @param era The reference date's era
160 * @param year The reference date's year
161 * @param month The reference date's month (0-based; 0 is January)
162 * @param day The reference date's day-in-month (1-based)
163 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
164 * @param millis The reference date's milliseconds in day, local standard time
181 * @param date moment in time for which to return offsets, in
184 * @param local if true, `date' is local wall time; otherwise it
196 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
226 * Queries if the given date is in daylight savings time in
232 * @param date the given UDate.
234 * @return true if the given date is in daylight savings time,
238 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;
303 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
310 TimeZoneRule* findRuleInFinal(UDate date, UBool local,
318 void getOffsetInternal(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt,