Uses of Class
newsManager.Time

Packages that use Time
newsManager   
 

Uses of Time in newsManager
 

Methods in newsManager 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 newsManager 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.
 



Web Accessibility