MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / getMinute

Method getMinute

Lab_13/main1.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 return hour;
28 }
29 int getMinute() const
30 {
31 return minute;
32 }
33 int getSecond() const
34 {
35 return second;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected