Uses of Class
TimeOfDay
-
-
Uses of TimeOfDay in <Unnamed>
Methods in <Unnamed> that return TimeOfDay Modifier and Type Method Description TimeOfDay
TimeOfDay. advance(int minutes)
Advances the time forward by the specified number of minutes, or winds back the time by the specified number of minutes ifminutes
is negative.TimeOfDay
TimeOfDay. setHour(int hour)
Sets the hour of this time to the specified hour.TimeOfDay
TimeOfDay. setMinute(int minute)
Sets the minute of this time to the specified minute.Constructors in <Unnamed> with parameters of type TimeOfDay Constructor Description TimeOfDay(TimeOfDay other)
Initializes this time by copying the hour, minute, and AM/PM indicator form anotherTimeOfDay
instance.
-