- setHour(int) - Method in class test3.SimpleTime
-
Set the hour of the day (0-23) represented by this object.
- setMinute(int) - Method in class test3.SimpleTime
-
Set the minute of the hour (0-59) represented by this object.
- SimpleTime - Class in test3
-
A class that represents time in one day using hours and minutes.
- SimpleTime(SimpleTime) - Constructor for class test3.SimpleTime
-
Create a SimpleTime object that represents the same time as
another SimpleTime object.
- SimpleTime(int, int) - Constructor for class test3.SimpleTime
-
Create a SimpleTime representing the time with the given hour
and minute.