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

Method startDayOfWeek

src/model/WeatherFile.cpp:361–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359 }
360
361 boost::optional<DayOfWeek> WeatherFile_Impl::startDayOfWeek() const {
362 boost::optional<std::string> result = getString(OS_WeatherFileFields::StartDayofWeek, false, true);
363 if (!result) {
364 return boost::none;
365 }
366 return openstudio::DayOfWeek{*result};
367 }
368
369 } // namespace detail
370

Callers 3

setWeatherFileMethod · 0.45
assumedYearMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36