MCPcopy Create free account
hub / github.com/catboost/catboost / RealYear

Method RealYear

util/draft/datetime.h:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 ui32 RealYear() const {
98 return ui32(Year + 1900);
99 }
100
101 ui32 RealMonth() const {
102 return ui32(Mon + 1);

Callers 1

AssertSimpleTMFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected