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

Method utcOffset

src/utilities/time/DateTime.cpp:157–159  ·  view source on GitHub ↗

UTC offset in hours

Source from the content-addressed store, hash-verified

155
156/// UTC offset in hours
157double DateTime::utcOffset() const {
158 return m_utcOffset;
159}
160
161/// convert to string
162std::string DateTime::toString() const {

Callers 4

DateTimeMethod · 0.80
DateTime.cppFile · 0.80
operator-Method · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64