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

Method startDay

src/model/ScheduleFixedInterval.cpp:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 }
203
204 int ScheduleFixedInterval_Impl::startDay() const {
205 boost::optional<int> value = getInt(OS_Schedule_FixedIntervalFields::StartDay, true);
206 OS_ASSERT(value);
207 return value.get();
208 }
209
210 int ScheduleFixedInterval_Impl::intervalLength() const {
211 boost::optional<int> value = getInt(OS_Schedule_FixedIntervalFields::IntervalLength, true);

Callers 2

timeSeriesMethod · 0.95
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.36