Class that holds Course information

Dependents:   Course_Example course_input class_finder

Revision:
2:8f163dc0b6c4
Parent:
0:72f706b36195
Child:
4:bc4b05dacca3
--- a/Course.h	Mon Dec 05 02:47:38 2016 +0000
+++ b/Course.h	Wed Dec 07 01:41:40 2016 +0000
@@ -8,6 +8,7 @@
         string getFullName();
         string getAbbreviatedName();
         int getHour();
+        int getHour_forCompare();
         int getMinute();
         string getAMPM();
         int getAMPM_toInt();