MCPcopy Create free account
hub / github.com/chronoxor/CppLogging / date

Method date

examples/format.cpp:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 DateTime(Date date, int hours, int minutes, int seconds) : _date(date), _hours(hours), _minutes(minutes), _seconds(seconds) {}
43
44 Date date() const { return _date; }
45 int hours() const { return _hours; }
46 int minutes() const { return _minutes; }
47 int seconds() const { return _seconds; }

Callers 1

formatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected