| 295 | } |
| 296 | |
| 297 | bool ScheduleRule_Impl::applyWeekdays() const { |
| 298 | return (this->applyMonday() && this->applyTuesday() && this->applyWednesday() && this->applyThursday() && this->applyFriday()); |
| 299 | } |
| 300 | |
| 301 | bool ScheduleRule_Impl::applyWeekends() const { |
| 302 | return (this->applySaturday() && this->applySunday()); |