Home | History | Annotate | Download | only in i18n

Lines Matching refs:date

119  * @param lastModified Receives the last modified date.
129 * @param lastModified The LAST-MODIFIED date.
150 * @param start The start date.
160 * Writes RFC2445 VTIMEZONE data applicalbe for the specified date.
166 * around the specified date.
168 * @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
191 * @param era The reference date's era
192 * @param year The reference date's year
193 * @param month The reference date's month (0-based; 0 is January)
194 * @param day The reference date's day-in-month (1-based)
195 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
196 * @param millis The reference date's milliseconds in day, local standard time
206 * Gets the time zone offset, for current date, modified in case of
214 * @param era The reference date's era
215 * @param year The reference date's year
216 * @param month The reference date's month (0-based; 0 is January)
217 * @param day The reference date's day-in-month (1-based)
218 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
219 * @param millis The reference date's milliseconds in day, local standard time
238 * @param date moment in time for which to return offsets, in
241 * @param local if true, `date' is local wall time; otherwise it
254 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset,
290 * Queries if the given date is in daylight savings time in
297 * @param date the given UDate.
299 * @return true if the given date is in daylight savings time,
304 vzone_inDaylightTime(VZone* zone, UDate date, UErrorCode& status);