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

Method sundaySchedule

src/model/ScheduleWeek.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 boost::optional<ScheduleDay> ScheduleWeek_Impl::sundaySchedule() const {
45 boost::optional<ScheduleDay> result;
46 OptionalWorkspaceObject schedule = getTarget(OS_Schedule_WeekFields::SundaySchedule_DayName);
47 if (schedule) {
48 result = schedule->optionalCast<ScheduleDay>();
49 }
50 return result;
51 }
52
53 boost::optional<ScheduleDay> ScheduleWeek_Impl::mondaySchedule() const {
54 boost::optional<ScheduleDay> result;

Callers 5

adjustScheduleFunction · 0.80
deepScheduleYearCloneFunction · 0.80
TEST_FFunction · 0.80
translateScheduleWeekMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64