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

Method setApplySundayNoFail

src/model/ScheduleRule.cpp:663–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661 }
662
663 void ScheduleRule::setApplySundayNoFail(bool applySunday) {
664 bool result = getImpl<detail::ScheduleRule_Impl>()->setApplySunday(applySunday);
665 OS_ASSERT(result);
666 }
667
668 bool ScheduleRule::setApplyMonday(bool applyMonday) {
669 return getImpl<detail::ScheduleRule_Impl>()->setApplyMonday(applyMonday);

Callers

nothing calls this directly

Calls 1

setApplySundayMethod · 0.80

Tested by

no test coverage detected