| 312 | } |
| 313 | |
| 314 | bool ScheduleRule_Impl::setApplyWeekends(bool applyWeekends) { |
| 315 | return (this->setApplySaturday(applyWeekends) && this->setApplySunday(applyWeekends)); |
| 316 | } |
| 317 | |
| 318 | bool ScheduleRule_Impl::setApplyAllDays(bool applyAllDays) { |
| 319 | return (this->setApplyWeekdays(applyAllDays) && this->setApplyWeekends(applyAllDays)); |