| 148 | } |
| 149 | |
| 150 | bool DesignDay_Impl::isMonthDefaulted() const { |
| 151 | return isEmpty(OS_SizingPeriod_DesignDayFields::Month); |
| 152 | } |
| 153 | |
| 154 | std::string DesignDay_Impl::dayType() const { |
| 155 | boost::optional<std::string> value = getString(OS_SizingPeriod_DesignDayFields::DayType, true); |