Lines Matching refs:day

147      *                          day-of-week-in-month. See setStartRule() for a
149 * @param savingsStartDayOfWeek The daylight savings starting day-of-week.
155 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month.
157 * @param savingsEndDayOfWeek The daylight savings ending day-of-week.
188 * day-of-week-in-month. See setStartRule() for a
190 * @param savingsStartDayOfWeek The daylight savings starting day-of-week.
196 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month.
198 * @param savingsEndDayOfWeek The daylight savings ending day-of-week.
232 * day-of-week-in-month. See setStartRule() for a
234 * @param savingsStartDayOfWeek The daylight savings starting day-of-week.
242 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month.
244 * @param savingsEndDayOfWeek The daylight savings ending day-of-week.
283 * day of week in the month (e.g., (2, WEDNESDAY) is the second Wednesday
286 * the day of week in the month counting backward from the end of the month.
289 * specifies the day of the month, regardless of what day of the week it is.
290 * (e.g., (10, 0) is the tenth day of the month)</li>
292 * specifies the day of the month counting backward from the end of the
293 * month, regardless of what day of the week it is (e.g., (-2, 0) is the
294 * next-to-last day of the month).</li>
296 * first specified day of the week on or after the specified day of the month.
300 * last specified day of the week on or before the specified day of the month.
307 * day-of-week-in-month. Please see the member description for an example.
308 * @param dayOfWeek the daylight savings starting day-of-week. Please see
327 * day of week in the month (e.g., (2, WEDNESDAY) is the second Wednesday
330 * the day of week in the month counting backward from the end of the month.
333 * specifies the day of the month, regardless of what day of the week it is.
334 * (e.g., (10, 0) is the tenth day of the month)</li>
336 * specifies the day of the month counting backward from the end of the
337 * month, regardless of what day of the week it is (e.g., (-2, 0) is the
338 * next-to-last day of the month).</li>
340 * first specified day of the week on or after the specified day of the month.
344 * last specified day of the week on or before the specified day of the month.
351 * day-of-week-in-month. Please see the member description for an example.
352 * @param dayOfWeek the daylight savings starting day-of-week. Please see
369 * @param time The time of that day (number of millis after midnight)
382 * @param time The time of that day (number of millis after midnight)
399 * @param dayOfWeek The day of the week on which this rule occurs.
400 * @param time The time of that day (number of millis after midnight)
417 * @param dayOfWeek The day of the week on which this rule occurs.
418 * @param time The time of that day (number of millis after midnight)
446 * day-of-week-in-month. See setStartRule() for a complete explanation.
447 * @param dayOfWeek the daylight savings ending day-of-week. See setStartRule()
471 * day-of-week-in-month. See setStartRule() for a complete explanation.
472 * @param dayOfWeek the daylight savings ending day-of-week. See setStartRule()
489 * @param time The time of that day (number of millis after midnight)
502 * @param time The time of that day (number of millis after midnight)
519 * @param dayOfWeek The day of the week on which this rule occurs.
520 * @param time The time of that day (number of millis after midnight)
538 * @param dayOfWeek The day of the week on which this rule occurs.
539 * @param time The time of that day (number of millis after midnight)
566 * @param day The reference date's day-in-month (1-based)
567 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
568 * @param millis The reference date's milliseconds in day, UTT (NOT local time).
573 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
583 * @param day the day-in-month of the given date.
584 * @param dayOfWeek the day-of-week of the given date.
585 * @param milliseconds the millis in day in <em>standard</em> local time.
591 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
601 * @param day the day-in-month of the given date.
602 * @param dayOfWeek the day-of-week of the given date.
603 * @param milliseconds the millis in day in <em>standard</em> local time.
610 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
809 * @param startDay the day DST starts
815 * @param endDay the day DST ends
851 * Upon entry, the day of week variables may be zero or
852 * negative, in order to indicate special modes. The day of month
856 * set, and the day of week and day of month variables will be positive.
865 int8_t startMonth, startDay, startDayOfWeek; // the month, day, DOW, and time DST starts
868 int8_t endMonth, endDay, endDayOfWeek; // the month, day, DOW, and time DST ends