Lines Matching refs:dayOfWeekInMonth
55 * <code>dayOfWeekInMonth</code> to indicate that <code>SimpleTimeZone</code> should
57 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code>
278 * The dayOfWeekInMonth and dayOfWeek parameters together specify how to calculate
282 * <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
285 * <li>If dayOfWeek is positive and dayOfWeekInMonth is negative, they specify
288 * <li>If dayOfWeek is zero and dayOfWeekInMonth is positive, dayOfWeekInMonth
291 * <li>If dayOfWeek is zero and dayOfWeekInMonth is negative, dayOfWeekInMonth
295 * <li>If dayOfWeek is negative and dayOfWeekInMonth is positive, they specify the
306 * @param dayOfWeekInMonth the daylight savings starting
315 void setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
322 * The dayOfWeekInMonth and dayOfWeek parameters together specify how to calculate
326 * <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
329 * <li>If dayOfWeek is positive and dayOfWeekInMonth is negative, they specify
332 * <li>If dayOfWeek is zero and dayOfWeekInMonth is positive, dayOfWeekInMonth
335 * <li>If dayOfWeek is zero and dayOfWeekInMonth is negative, dayOfWeekInMonth
339 * <li>If dayOfWeek is negative and dayOfWeekInMonth is positive, they specify the
350 * @param dayOfWeekInMonth the daylight savings starting
361 void setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
440 * and dayOfWeekInMonth parameters. For complete details, see the documentation
445 * @param dayOfWeekInMonth the daylight savings ending
454 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
465 * and dayOfWeekInMonth parameters. For complete details, see the documentation
470 * @param dayOfWeekInMonth the daylight savings ending
481 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
894 inline void SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfWeekInMonth,
897 setStartRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status);
912 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth,
915 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status);