Home | History | Annotate | Download | only in unicode

Lines Matching refs:day

143      *                          day-of-week-in-month. See setStartRule() for a
145 * @param savingsStartDayOfWeek The daylight savings starting day-of-week.
151 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month.
153 * @param savingsEndDayOfWeek The daylight savings ending day-of-week.
184 * day-of-week-in-month. See setStartRule() for a
186 * @param savingsStartDayOfWeek The daylight savings starting day-of-week.
192 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month.
194 * @param savingsEndDayOfWeek The daylight savings ending day-of-week.
228 * day-of-week-in-month. See setStartRule() for a
230 * @param savingsStartDayOfWeek The daylight savings starting day-of-week.
238 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month.
240 * @param savingsEndDayOfWeek The daylight savings ending day-of-week.
279 * day of week in the month (e.g., (2, WEDNESDAY) is the second Wednesday
282 * the day of week in the month counting backward from the end of the month.
285 * specifies the day of the month, regardless of what day of the week it is.
286 * (e.g., (10, 0) is the tenth day of the month)</li>
288 * specifies the day of the month counting backward from the end of the
289 * month, regardless of what day of the week it is (e.g., (-2, 0) is the
290 * next-to-last day of the month).</li>
292 * first specified day of the week on or after the specfied day of the month.
296 * last specified day of the week on or before the specified day of the month.
303 * day-of-week-in-month. Please see the member description for an example.
304 * @param dayOfWeek the daylight savings starting day-of-week. Please see
323 * day of week in the month (e.g., (2, WEDNESDAY) is the second Wednesday
326 * the day of week in the month counting backward from the end of the month.
329 * specifies the day of the month, regardless of what day of the week it is.
330 * (e.g., (10, 0) is the tenth day of the month)</li>
332 * specifies the day of the month counting backward from the end of the
333 * month, regardless of what day of the week it is (e.g., (-2, 0) is the
334 * next-to-last day of the month).</li>
336 * first specified day of the week on or after the specfied day of the month.
340 * last specified day of the week on or before the specified day of the month.
347 * day-of-week-in-month. Please see the member description for an example.
348 * @param dayOfWeek the daylight savings starting day-of-week. Please see
365 * @param time The time of that day (number of millis after midnight)
378 * @param time The time of that day (number of millis after midnight)
395 * @param dayOfWeek The day of the week on which this rule occurs.
396 * @param time The time of that day (number of millis after midnight)
413 * @param dayOfWeek The day of the week on which this rule occurs.
414 * @param time The time of that day (number of millis after midnight)
442 * day-of-week-in-month. See setStartRule() for a complete explanation.
443 * @param dayOfWeek the daylight savings ending day-of-week. See setStartRule()
467 * day-of-week-in-month. See setStartRule() for a complete explanation.
468 * @param dayOfWeek the daylight savings ending day-of-week. See setStartRule()
485 * @param time The time of that day (number of millis after midnight)
498 * @param time The time of that day (number of millis after midnight)
515 * @param dayOfWeek The day of the week on which this rule occurs.
516 * @param time The time of that day (number of millis after midnight)
534 * @param dayOfWeek The day of the week on which this rule occurs.
535 * @param time The time of that day (number of millis after midnight)
562 * @param day The reference date's day-in-month (1-based)
563 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
564 * @param millis The reference date's milliseconds in day, UTT (NOT local time).
569 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
579 * @param day the day-in-month of the given date.
580 * @param dayOfWeek the day-of-week of the given date.
581 * @param milliseconds the millis in day in <em>standard</em> local time.
587 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
597 * @param day the day-in-month of the given date.
598 * @param dayOfWeek the day-of-week of the given date.
599 * @param milliseconds the millis in day in <em>standard</em> local time.
606 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
799 * @param startDay the day DST starts
805 * @param endDay the day DST ends
841 * Upon entry, the day of week variables may be zero or
842 * negative, in order to indicate special modes. The day of month
846 * set, and the day of week and day of month variables will be positive.
855 int8_t startMonth, startDay, startDayOfWeek; // the month, day, DOW, and time DST starts
858 int8_t endMonth, endDay, endDayOfWeek; // the month, day, DOW, and time DST ends