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

Method startMonth

src/model/ScheduleFixedInterval.cpp:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 int ScheduleFixedInterval_Impl::startMonth() const {
199 boost::optional<int> value = getInt(OS_Schedule_FixedIntervalFields::StartMonth, true);
200 OS_ASSERT(value);
201 return value.get();
202 }
203
204 int ScheduleFixedInterval_Impl::startDay() const {
205 boost::optional<int> value = getInt(OS_Schedule_FixedIntervalFields::StartDay, true);

Callers 2

timeSeriesMethod · 0.95
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.36