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

Method month

src/model/DesignDay.cpp:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 }
143
144 int DesignDay_Impl::month() const {
145 boost::optional<int> value = getInt(OS_SizingPeriod_DesignDayFields::Month, true);
146 OS_ASSERT(value);
147 return value.get();
148 }
149
150 bool DesignDay_Impl::isMonthDefaulted() const {
151 return isEmpty(OS_SizingPeriod_DesignDayFields::Month);

Callers 5

test_leap_yearMethod · 0.45
test_non_leap_yearMethod · 0.45
TEST_FFunction · 0.45
translateDesignDayMethod · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 4

test_leap_yearMethod · 0.36
test_non_leap_yearMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36