A G I S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
T
- TimeOfDay - Class in <Unnamed>
-
A class that represents the time of day in hours and minutes such as might be used on a digital alarm clock.
- TimeOfDay() - Constructor for class TimeOfDay
-
Initializes this time to 12:00 AM (midnight).
- TimeOfDay(int, int, boolean) - Constructor for class TimeOfDay
-
Initializes this time to the specified hours and minutes.
- TimeOfDay(TimeOfDay) - Constructor for class TimeOfDay
-
Initializes this time by copying the hour, minute, and AM/PM indicator form another
TimeOfDay
instance. - toString() - Method in class TimeOfDay
-
Returns a string representation of this time.
All Classes All Packages