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

Method year

src/utilities/filetypes/EpwFile.cpp:1702–1704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1700}
1701
1702int EpwDataPoint::year() const {
1703 return m_year;
1704}
1705
1706void EpwDataPoint::setYear(int year) {
1707 m_year = year;

Callers 5

setDateMethod · 0.45
translateToWthMethod · 0.45
translateToMosMethod · 0.45
parseMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36