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

Method saturdaySchedule

src/model/ScheduleWeek.cpp:98–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 boost::optional<ScheduleDay> ScheduleWeek_Impl::saturdaySchedule() const {
99 boost::optional<ScheduleDay> result;
100 OptionalWorkspaceObject schedule = getTarget(OS_Schedule_WeekFields::SaturdaySchedule_DayName);
101 if (schedule) {
102 result = schedule->optionalCast<ScheduleDay>();
103 }
104 return result;
105 }
106
107 boost::optional<ScheduleDay> ScheduleWeek_Impl::holidaySchedule() const {
108 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