Lines Matching refs:dayOfWeekInMonth
271 * The dayOfWeekInMonth and dayOfWeek parameters together specify how to calculate
274 * <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
277 * <li>If dayOfWeek is positive and dayOfWeekInMonth is negative, they specify
280 * <li>If dayOfWeek is zero and dayOfWeekInMonth is positive, dayOfWeekInMonth
283 * <li>If dayOfWeek is zero and dayOfWeekInMonth is negative, dayOfWeekInMonth
287 * <li>If dayOfWeek is negative and dayOfWeekInMonth is positive, they specify the
291 * <li>If dayOfWeek and DayOfWeekInMonth are both negative, they specify the
297 * @param dayOfWeekInMonth the daylight savings starting
306 SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
310 startDay = (int8_t)dayOfWeekInMonth;
345 * and dayOfWeekInMonth parameters. For complete details, see the documentation
349 * @param dayOfWeekInMonth the daylight savings ending
358 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
362 endDay = (int8_t)dayOfWeekInMonth;