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

Method startDateActualYear

src/model/WeatherFile.cpp:356–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

setWeatherFileMethod · 0.45
assumedYearMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36