Uses of Class
org.nakedobjects.applib.value.Time

Packages that use Time
org.nakedobjects.applib.value   
 

Uses of Time in org.nakedobjects.applib.value
 

Methods in org.nakedobjects.applib.value that return Time
 Time Time.add(int hours, int minutes)
          Add the specified hours and minutes to this time value, returned as a new Time object.
protected  Time Time.createTime(java.util.Date date)
           
protected  Time Time.createTime(int hours, int minutes)
           
 Time Time.onTheHour()
           
 

Methods in org.nakedobjects.applib.value with parameters of type Time
 boolean Time.sameHourAs(Time time)
           
 boolean Time.sameMinuteAs(Time time)
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.