Home | History | Annotate | Download | only in i18n

Lines Matching refs:date

111  * @param lastModified Receives the last modified date.
120 * @param lastModified The LAST-MODIFIED date.
139 * @param start The start date.
148 * Writes RFC2445 VTIMEZONE data applicalbe for the specified date.
154 * around the specified date.
156 * @param time The date used for rule extraction.
166 * account) as of a particular reference date. The reference date is used to determine
169 * at this particular date and time?). For the time zones produced by createTimeZone(),
170 * the reference data is specified according to the Gregorian calendar, and the date
178 * @param era The reference date's era
179 * @param year The reference date's year
180 * @param month The reference date's month (0-based; 0 is January)
181 * @param day The reference date's day-in-month (1-based)
182 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
183 * @param millis The reference date's milliseconds in day, local standard time
192 * Gets the time zone offset, for current date, modified in case of
200 * @param era The reference date's era
201 * @param year The reference date's year
202 * @param month The reference date's month (0-based; 0 is January)
203 * @param day The reference date's day-in-month (1-based)
204 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
205 * @param millis The reference date's milliseconds in day, local standard time
223 * @param date moment in time for which to return offsets, in
226 * @param local if true, `date' is local wall time; otherwise it
238 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset,
271 * Queries if the given date is in daylight savings time in
278 * @param date the given UDate.
280 * @return true if the given date is in daylight savings time,
284 vzone_inDaylightTime(VZone* zone, UDate date, UErrorCode& status);