Uses of Class
TimeOfDay
-
-
Uses of TimeOfDay in <Unnamed>
Methods in <Unnamed> that return TimeOfDay Modifier and Type Method Description TimeOfDayTimeOfDay. advance(int minutes)Advances the time forward by the specified number of minutes, or winds back the time by the specified number of minutes ifminutesis negative.TimeOfDayTimeOfDay. setHour(int hour)Sets the hour of this time to the specified hour.TimeOfDayTimeOfDay. 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 anotherTimeOfDayinstance.
-