Uses of Class
java.util.TimeZone
Packages that useTimeZone
Package
Description
Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Defines XML/Java Type Mappings.
Uses ofTimeZone injava.text
Modifier and TypeMethodDescriptionvoidDateFormat.setTimeZone(TimeZone zone) Sets the time zone for the calendar of thisDateFormatobject.Uses ofTimeZone injava.util
Modifier and TypeClassDescriptionclassSimpleTimeZoneis a concrete subclass ofTimeZonethat represents a time zone for use with a Gregorian calendar.Modifier and TypeMethodDescriptionstaticTimeZoneTimeZone.getDefault()Gets the defaultTimeZoneof the Java virtual machine.Calendar.getTimeZone()Gets the time zone.staticTimeZoneTimeZone.getTimeZone(String ID) Gets theTimeZonefor the given ID.staticTimeZoneTimeZone.getTimeZone(ZoneId zoneId) Gets theTimeZonefor the givenzoneId.Modifier and TypeMethodDescriptionstaticCalendarCalendar.getInstance(TimeZone zone) Gets a calendar using the specified time zone and default locale.staticCalendarCalendar.getInstance(TimeZone zone,Locale aLocale) Gets a calendar with the specified time zone and locale.booleanSimpleTimeZone.hasSameRules(TimeZone other) Returnstrueif this zone has the same rules and offset as another zone.booleanTimeZone.hasSameRules(TimeZone other) Returns true if this zone has the same rule and offset as another zone.static voidTimeZone.setDefault(TimeZone zone) Sets theTimeZonethat is returned by thegetDefaultmethod.Calendar.Builder.setTimeZone(TimeZone zone) Sets the time zone parameter to the givenzone.voidCalendar.setTimeZone(TimeZone value) Sets the time zone with the given time zone value.ModifierConstructorDescriptionprotectedConstructs a calendar with the specified time zone and locale.GregorianCalendar(TimeZone zone) Constructs aGregorianCalendarbased on the current time in the given time zone with the defaultFORMATlocale.GregorianCalendar(TimeZone zone,Locale aLocale) Constructs aGregorianCalendarbased on the current time in the given time zone with the given locale.Uses ofTimeZone injavax.xml.datatype
Methods injavax.xml.datatype that returnTimeZoneModifier and TypeMethodDescriptionabstractTimeZoneXMLGregorianCalendar.getTimeZone(int defaultZoneoffset) Returns ajava.util.TimeZonefor this class.Methods injavax.xml.datatype with parameters of typeTimeZoneModifier and TypeMethodDescriptionabstractGregorianCalendarXMLGregorianCalendar.toGregorianCalendar(TimeZone timezone,Locale aLocale,XMLGregorianCalendar defaults) Convert thisXMLGregorianCalendaralong with provided parameters to aGregorianCalendarinstance.