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

Method setApplyAllDays

src/model/ScheduleRule.cpp:318–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 }
317
318 bool ScheduleRule_Impl::setApplyAllDays(bool applyAllDays) {
319 return (this->setApplyWeekdays(applyAllDays) && this->setApplyWeekends(applyAllDays));
320 }
321
322 bool ScheduleRule_Impl::setStartDate(const openstudio::Date& date) {
323 bool result = setString(OS_Schedule_RuleFields::DateSpecificationType, "DateRange");

Callers 1

TEST_FFunction · 0.80

Calls 2

setApplyWeekdaysMethod · 0.95
setApplyWeekendsMethod · 0.95

Tested by 1

TEST_FFunction · 0.64