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

Method DateTime

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

Source from the content-addressed store, hash-verified

40{
41public:
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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected