Uses of Class
de.laliluna.date.TimeZone

Uses of TimeZone in de.laliluna.date
 

Fields in de.laliluna.date with type parameters of type TimeZone
static java.util.List<TimeZone> TimeZoneUtil.zones
           
 

Methods in de.laliluna.date that return TimeZone
static TimeZone TimeZoneUtil.convert(java.util.TimeZone timeZone)
          Gives a TimeZone for a given Java java.util.TimeZone Returns null if no time zone was found.
static TimeZone TimeZone.locale()
           
static TimeZone TimeZone.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TimeZone[] TimeZone.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.laliluna.date with parameters of type TimeZone
static java.util.TimeZone TimeZoneUtil.convert(TimeZone timeZone)
          Gives a Java java.util.TimeZone for a given TimeZone Returns null if no time zone was found.
static Date Date.now(TimeZone timeZone)
          Creates a date and time instance for now and sets the given timeZone
 Date Date.setTimeZone(TimeZone timeZone)
           
static Date Date.today(TimeZone timeZone)
          Creates a date instance for todays date and the given timeZone, sets the time to 00:00:00 000
 Date Date.translate(TimeZone timeZone)
          Translates the current Date to the passed time zone.
 

Constructors in de.laliluna.date with parameters of type TimeZone
Date(TimeZone timeZone)
           
 



Copyright © 2009 Sebastian Hennebrueder, http://www.laliluna.de