| 307 | } |
| 308 | |
| 309 | bool ScheduleRule_Impl::setApplyWeekdays(bool applyWeekdays) { |
| 310 | return (this->setApplyMonday(applyWeekdays) && this->setApplyTuesday(applyWeekdays) && this->setApplyWednesday(applyWeekdays) |
| 311 | && this->setApplyThursday(applyWeekdays) && this->setApplyFriday(applyWeekdays)); |
| 312 | } |
| 313 | |
| 314 | bool ScheduleRule_Impl::setApplyWeekends(bool applyWeekends) { |
| 315 | return (this->setApplySaturday(applyWeekends) && this->setApplySunday(applyWeekends)); |