Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1693
DateTime EpwDataPoint::dateTime() const {
1694
return DateTime(date(), time());
1695
}
1696
1697
void EpwDataPoint::setDateTime(DateTime dateTime) {
1698
setDate(dateTime.date());
Callers
4
getTimeSeries
Method · 0.80
translateToWth
Method · 0.80
translateToMos
Method · 0.80
TEST
Function · 0.80
Calls
1
DateTime
Class · 0.70
Tested by
1
TEST
Function · 0.64