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

Method setApplySunday

src/model/ScheduleRule.cpp:220–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 }
219
220 bool ScheduleRule_Impl::setApplySunday(bool applySunday) {
221 bool result = false;
222 if (applySunday) {
223 result = setString(OS_Schedule_RuleFields::ApplySunday, "Yes");
224 } else {
225 result = setString(OS_Schedule_RuleFields::ApplySunday, "No");
226 }
227 OS_ASSERT(result);
228 return result;
229 }
230
231 bool ScheduleRule_Impl::setApplyMonday(bool applyMonday) {
232 bool result = false;

Callers 6

setApplyWeekendsMethod · 0.95
setApplySundayNoFailMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
translateScheduleYearMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64