Uses of Class
Time

Uses of Time in <Unnamed>
 

Methods in <Unnamed> that return Time
static Time Time.increaseByMinutes(Time time, int minutes)
          Returns a new time object corresponding to the time we will have after increasing the time parameter by the specified number of minutes.
 

Methods in <Unnamed> with parameters of type Time
 int Time.compareTo(Time time)
          Compares two time objects.
static Time Time.increaseByMinutes(Time time, int minutes)
          Returns a new time object corresponding to the time we will have after increasing the time parameter by the specified number of minutes.