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

Method applyWeekends

src/model/ScheduleRule.cpp:301–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299 }
300
301 bool ScheduleRule_Impl::applyWeekends() const {
302 return (this->applySaturday() && this->applySunday());
303 }
304
305 bool ScheduleRule_Impl::applyAllDays() const {
306 return (this->applyWeekdays() && this->applyWeekends());

Callers 2

applyAllDaysMethod · 0.95
TEST_FFunction · 0.80

Calls 2

applySaturdayMethod · 0.95
applySundayMethod · 0.95

Tested by 1

TEST_FFunction · 0.64