Uses of Class
org.teavm.classlib.java.util.TTimeZone
Packages that use TTimeZone
-
Uses of TTimeZone in org.teavm.classlib.java.text
Methods in org.teavm.classlib.java.text that return TTimeZoneMethods in org.teavm.classlib.java.text with parameters of type TTimeZone -
Uses of TTimeZone in org.teavm.classlib.java.util
Methods in org.teavm.classlib.java.util that return TTimeZoneModifier and TypeMethodDescriptionstatic TTimeZoneTTimeZone.getDefault()Gets the default time zone.TCalendar.getTimeZone()static TTimeZoneTTimeZone.getTimeZone(String name) Gets theTimeZonewith the specified ID.Methods in org.teavm.classlib.java.util with parameters of type TTimeZoneModifier and TypeMethodDescriptionstatic TCalendarTCalendar.getInstance(TTimeZone timezone) static TCalendarTCalendar.getInstance(TTimeZone zone, TLocale locale) booleanTTimeZone.hasSameRules(TTimeZone zone) Returns whether the specifiedTimeZonehas the same raw offset as thisTimeZone.static voidTTimeZone.setDefault(TTimeZone timezone) Sets the default time zone.voidTCalendar.setTimeZone(TTimeZone timezone) Constructors in org.teavm.classlib.java.util with parameters of type TTimeZoneModifierConstructorDescriptionprotectedTGregorianCalendar(TTimeZone zone) TGregorianCalendar(TTimeZone timezone, TLocale locale)