| 303 | } |
| 304 | |
| 305 | bool ScheduleRule_Impl::applyAllDays() const { |
| 306 | return (this->applyWeekdays() && this->applyWeekends()); |
| 307 | } |
| 308 | |
| 309 | bool ScheduleRule_Impl::setApplyWeekdays(bool applyWeekdays) { |
| 310 | return (this->setApplyMonday(applyWeekdays) && this->setApplyTuesday(applyWeekdays) && this->setApplyWednesday(applyWeekdays) |