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

Method getMicroSeconds

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

Source from the content-addressed store, hash-verified

48 double getFractionalTimestamp(void) const { return m_dt; }
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; }

Callers 1

Datetime_get_functionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected