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

Method wednesdaySchedule

src/model/ScheduleWeek.cpp:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 boost::optional<ScheduleDay> ScheduleWeek_Impl::wednesdaySchedule() const {
72 boost::optional<ScheduleDay> result;
73 OptionalWorkspaceObject schedule = getTarget(OS_Schedule_WeekFields::WednesdaySchedule_DayName);
74 if (schedule) {
75 result = schedule->optionalCast<ScheduleDay>();
76 }
77 return result;
78 }
79
80 boost::optional<ScheduleDay> ScheduleWeek_Impl::thursdaySchedule() const {
81 boost::optional<ScheduleDay> result;

Callers 4

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

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64