In my app I create an object that represents a high school class. This object holds 2 Calendar objects that represents the class\'s start and stop time each day. When a user c
The Calendar class has a get method where you can get different fields
get
e.g.
int hr = time.get(Calendar.HOUR_OF_DAY)