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