MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / setApplyWeekdays

Method setApplyWeekdays

src/model/ScheduleRule.cpp:309–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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));

Callers 2

setApplyAllDaysMethod · 0.95
TEST_FFunction · 0.80

Calls 5

setApplyMondayMethod · 0.95
setApplyTuesdayMethod · 0.95
setApplyWednesdayMethod · 0.95
setApplyThursdayMethod · 0.95
setApplyFridayMethod · 0.95

Tested by 1

TEST_FFunction · 0.64