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

Method setApplyWeekends

src/model/ScheduleRule.cpp:314–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

setApplyAllDaysMethod · 0.95
TEST_FFunction · 0.80

Calls 2

setApplySaturdayMethod · 0.95
setApplySundayMethod · 0.95

Tested by 1

TEST_FFunction · 0.64