Lines Matching refs:date
134 * @param lastModified Receives the last modified date.
142 * @param lastModified The LAST-MODIFIED date.
158 * @param start The start date.
166 * Writes RFC2445 VTIMEZONE data applicalbe for the specified date.
172 * around the specified date.
173 * @param time The date used for rule extraction.
191 * account) as of a particular reference date. The reference date is used to determine
194 * at this particular date and time?). For the time zones produced by createTimeZone(),
195 * the reference data is specified according to the Gregorian calendar, and the date
202 * @param era The reference date's era
203 * @param year The reference date's year
204 * @param month The reference date's month (0-based; 0 is January)
205 * @param day The reference date's day-in-month (1-based)
206 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
207 * @param millis The reference date's milliseconds in day, local standard time
216 * Gets the time zone offset, for current date, modified in case of
223 * @param era The reference date's era
224 * @param year The reference date's year
225 * @param month The reference date's month (0-based; 0 is January)
226 * @param day The reference date's day-in-month (1-based)
227 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
228 * @param millis The reference date's milliseconds in day, local standard time
245 * @param date moment in time for which to return offsets, in
248 * @param local if true, `date' is local wall time; otherwise it
260 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
290 * Queries if the given date is in daylight savings time in
296 * @param date the given UDate.
298 * @return true if the given date is in daylight savings time,
302 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;