Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. and Motorola, Inc. All rights reserved.

MID Profile

Uses of Class
java.util.TimeZone

Packages that use TimeZone
java.util Contains the collection classes, and the date and time facilities. 
javax.microedition.lcdui The UI API provides a set of features for implementation of user interfaces for MIDP applications. 
 

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.
 

Uses of TimeZone in javax.microedition.lcdui
 

Constructors in javax.microedition.lcdui with parameters of type TimeZone
DateField(String label, int mode, TimeZone timeZone)
          Creates a date field in which calendar calculations are based on specific TimeZone object and the default calendaring system for the current locale.
 


MID Profile

Copyright © 2006 Sun Microsystems, Inc. and Motorola, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 118 specification.