IM Profile

Uses of Class
java.util.TimeZone

Packages that use TimeZone
java.util Contains the collection classes, and the date and time facilities. 
 

Uses of TimeZone in java.util
 

Methods in java.util that return TimeZone
static TimeZone TimeZone.getTimeZone(String ID)
          Gets the TimeZone for the given ID.
static TimeZone TimeZone.getDefault()
          Gets the default TimeZone for this host.
 TimeZone Calendar.getTimeZone()
          Gets the time zone.
 

Methods in java.util with parameters of type TimeZone
static Calendar Calendar.getInstance(TimeZone zone)
          Gets a calendar using the specified time zone.
 void Calendar.setTimeZone(TimeZone value)
          Sets the time zone with the given time zone value.
 


IM Profile

Submit a comment or suggestion Version 2.0 of IM Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.