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

Method getDate

inst/include/Rcpp/date_datetime/Date.h:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 double getDate(void) const {
71 return m_d;
72 }
73
74 // intra-day useless for date class
75 //int getSeconds() const { return m_tm.tm_sec; }

Callers 2

Date,double>Method · 0.80
wrapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected