Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ Date
Method
Date
inst/include/Rcpp/date_datetime/Date.h:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
class Date {
32
public:
33
Date() {
34
m_d = 0;
35
update_tm();
36
}
37
Date(SEXP s);
38
39
// from integer (with negative dates before Jan 1, 1970)
Callers
nothing calls this directly
Calls
1
mktime00
Function · 0.50
Tested by
no test coverage detected