Uses of Class
com.funambol.util.DateUtil

Packages that use DateUtil
com.funambol.util   
 

Uses of DateUtil in com.funambol.util
 

Methods in com.funambol.util that return DateUtil
 DateUtil DateUtil.addMinutes(int minutes)
          Make the date go forward of the specified amount of minutes The internal date is changed after this call.
 DateUtil DateUtil.removeDays(int days)
          Make the date go back of the specified amount of days The internal date is changed after this call.
 DateUtil DateUtil.toGMT()
          Convert the date to GMT.
 DateUtil DateUtil.toMidnight()
          Convert the time to the midnight of the currently set date.
 DateUtil DateUtil.toTZ(java.lang.String tz)
          Convert the date to the given timezone.
 



Copyright © 2001-2009 Funambol.