Class that holds Course information
Dependents: Course_Example course_input class_finder
Diff: Course.h
- Revision:
- 7:fe9fcb384036
- Parent:
- 6:f231ecc9b944
diff -r f231ecc9b944 -r fe9fcb384036 Course.h --- a/Course.h Thu Dec 08 17:15:04 2016 +0000 +++ b/Course.h Thu Dec 08 17:59:37 2016 +0000 @@ -9,6 +9,7 @@ string getAbbreviatedName(); int getHour(); int getHour_forCompare(); + int getHour_inMilitaryTime(); string getMinute_toString(); int getMinute(); string getAMPM();