Frames | No Frames |
Methods with parameter type java.util.TimeZone | |
GregorianCalendar | XMLGregorianCalendar.toGregorianCalendar(TimeZone timezone, Locale locale, XMLGregorianCalendar defaults) |
Methods with return type java.util.TimeZone | |
TimeZone | XMLGregorianCalendar.getTimeZone(int defaultZoneoffset) |
Classes derived from java.util.TimeZone | |
class | This class represents a simple time zone offset and handles
daylight savings. |
Constructors with parameter type java.util.TimeZone | |
Constructs a new Calendar with the given time zone and the given
locale.
| |
Constructs a new GregorianCalender representing the current
time, using the specified time zone and the default locale.
| |
Constructs a new GregorianCalender representing the current
time with the given time zone and the given locale.
|
Methods with parameter type java.util.TimeZone | |
Calendar | Creates a calendar representing the actual time, using the given
time zone and the default locale.
|
Calendar | Creates a calendar representing the actual time, using the given
time zone and locale.
|
boolean | Test if the other time zone uses the same rule and only
possibly differs in ID. |
boolean | Test if the other time zone uses the same rule and only
possibly differs in ID. |
void | |
void | Sets the time zone to the specified value.
|
Methods with return type java.util.TimeZone | |
TimeZone | Returns the time zone under which the host is running. |
TimeZone | Gets the time zone of this calendar
|
TimeZone | Gets the TimeZone for the given ID.
|
Classes derived from java.util.TimeZone | |
class | This class represents more advanced variant of java.util.SimpleTimeZone.
|
Methods with parameter type java.util.TimeZone | |
boolean | Test if the other time zone uses the same rule and only
possibly differs in ID. |
Methods with return type java.util.TimeZone | |
TimeZone | Reads zic(8) compiled timezone data file from file
and returns a TimeZone class describing it, either
SimpleTimeZone or ZoneInfo depending on whether
it can be described by SimpleTimeZone rule or not.
|
Methods with parameter type java.util.TimeZone | |
void | This method sets the time zone that should be used by this object.
|
Methods with return type java.util.TimeZone | |
TimeZone | This method returns the TimeZone object being used by
this instance.
|