MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / getMinutes

Method getMinutes

inst/include/Rcpp/date_datetime/Datetime.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 int getMicroSeconds() const { return m_us; }
51 int getSeconds() const { return m_tm.tm_sec; }
52 int getMinutes() const { return m_tm.tm_min; }
53 int getHours() const { return m_tm.tm_hour; }
54 int getDay() const { return m_tm.tm_mday; }
55 int getMonth() const { return m_tm.tm_mon + 1; } // makes it 1 .. 12

Callers 1

Datetime_get_functionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected