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

Method getFractionalTimestamp

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

Source from the content-addressed store, hash-verified

46 Datetime(const std::string &s, const std::string &fmt="%Y-%m-%d %H:%M:%OS");
47
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; }

Callers 2

Datetime,double>Method · 0.80
wrap<Datetime>Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected