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

Method getSeconds

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

Source from the content-addressed store, hash-verified

49
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; }

Callers 1

Datetime_get_functionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected