| 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); |