Uses of Class
org.apache.pivot.util.Time

Packages that use Time
org.apache.pivot.util Contains a collection of common utility classes. 
 

Uses of Time in org.apache.pivot.util
 

Fields in org.apache.pivot.util declared as Time
 Time Time.Range.end
           
 Time Time.Range.start
           
 

Methods in org.apache.pivot.util that return Time
 Time Time.add(int milliseconds)
          Adds the specified milliseconds of days to this time and returns the resulting time.
static Time Time.decode(String value)
          Creates a new time representing the specified time string.
 

Methods in org.apache.pivot.util with parameters of type Time
 int Time.compareTo(Time time)
           
 boolean Time.Range.contains(Time time)
           
 int Time.subtract(Time time)
          Gets the number of milliseconds in between this time and the specified time.
 GregorianCalendar CalendarDate.toCalendar(Time time)
          Translates this calendar date to an instance of GregorianCalendar, with the year, month, and dayOfMonth fields set in the default time zone with the default locale.
 

Constructors in org.apache.pivot.util with parameters of type Time
Time.Range(Time time)
           
Time.Range(Time start, Time end)