| 354 | } |
| 355 | |
| 356 | boost::optional<int> WeatherFile_Impl::startDateActualYear() const { |
| 357 | boost::optional<int> result = getInt(OS_WeatherFileFields::StartDateActualYear, true); |
| 358 | return result; |
| 359 | } |
| 360 | |
| 361 | boost::optional<DayOfWeek> WeatherFile_Impl::startDayOfWeek() const { |
| 362 | boost::optional<std::string> result = getString(OS_WeatherFileFields::StartDayofWeek, false, true); |
no outgoing calls