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

Method setYear

src/utilities/filetypes/EpwFile.cpp:1706–1708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1704}
1705
1706void EpwDataPoint::setYear(int year) {
1707 m_year = year;
1708}
1709
1710bool EpwDataPoint::setYear(const std::string& year) {
1711 bool ok;

Callers 1

fromEpwStringsMethod · 0.80

Calls 1

stringToIntegerFunction · 0.85

Tested by

no test coverage detected