Lines Matching refs:date
122 * @param lastModified Receives the last modified date.
130 * @param lastModified The LAST-MODIFIED date.
146 * @param start The start date.
154 * Writes RFC2445 VTIMEZONE data applicalbe for the specified date.
160 * around the specified date.
161 * @param time The date used for rule extraction.
179 * account) as of a particular reference date. The reference date is used to determine
182 * at this particular date and time?). For the time zones produced by createTimeZone(),
183 * the reference data is specified according to the Gregorian calendar, and the date
190 * @param era The reference date's era
191 * @param year The reference date's year
192 * @param month The reference date's month (0-based; 0 is January)
193 * @param day The reference date's day-in-month (1-based)
194 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
195 * @param millis The reference date's milliseconds in day, local standard time
204 * Gets the time zone offset, for current date, modified in case of
211 * @param era The reference date's era
212 * @param year The reference date's year
213 * @param month The reference date's month (0-based; 0 is January)
214 * @param day The reference date's day-in-month (1-based)
215 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
216 * @param millis The reference date's milliseconds in day, local standard time
233 * @param date moment in time for which to return offsets, in
236 * @param local if true, `date' is local wall time; otherwise it
248 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
278 * Queries if the given date is in daylight savings time in
284 * @param date the given UDate.
286 * @return true if the given date is in daylight savings time,
290 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;