Uses of Class
jd.util.Time

Packages that use Time
jd.util Contains utility classes. 
 

Uses of Time in jd.util
 

Methods in jd.util that return Time
static Time Time.now()
          Return the current system time.
 

Methods in jd.util with parameters of type Time
 boolean Time.isBefore(Time t)
          Test if this time is before the given time.
 boolean Time.isAfter(Time t)
          Test if this time is after the given time.
 

Constructors in jd.util with parameters of type Time
Time(Time time)
          Create a Time from the given Time.