Class that holds Course information

Dependents:   Course_Example course_input class_finder

Revision:
4:bc4b05dacca3
Parent:
2:8f163dc0b6c4
Child:
5:7d792c9848bb
--- a/Course.h	Wed Dec 07 02:03:35 2016 +0000
+++ b/Course.h	Wed Dec 07 17:57:11 2016 +0000
@@ -9,6 +9,7 @@
         string getAbbreviatedName();
         int getHour();
         int getHour_forCompare();
+        string getHour_toString();
         int getMinute();
         string getAMPM();
         int getAMPM_toInt();