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

Method dateTime

src/utilities/filetypes/EpwFile.cpp:1693–1695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1691}
1692
1693DateTime EpwDataPoint::dateTime() const {
1694 return DateTime(date(), time());
1695}
1696
1697void EpwDataPoint::setDateTime(DateTime dateTime) {
1698 setDate(dateTime.date());

Callers 4

getTimeSeriesMethod · 0.80
translateToWthMethod · 0.80
translateToMosMethod · 0.80
TESTFunction · 0.80

Calls 1

DateTimeClass · 0.70

Tested by 1

TESTFunction · 0.64