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

Method isDayOfMonthDefaulted

src/model/DesignDay.cpp:140–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139
140 bool DesignDay_Impl::isDayOfMonthDefaulted() const {
141 return isEmpty(OS_SizingPeriod_DesignDayFields::DayofMonth);
142 }
143
144 int DesignDay_Impl::month() const {
145 boost::optional<int> value = getInt(OS_SizingPeriod_DesignDayFields::Month, true);

Callers 1

TEST_FFunction · 0.80

Calls 1

isEmptyFunction · 0.85

Tested by 1

TEST_FFunction · 0.64