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 TTimeZone
TTimeZone.getDefault()
Gets the default time zone.TCalendar.getTimeZone()
static TTimeZone
TTimeZone.getTimeZone(String name)
Gets theTimeZone
with the specified ID.Methods in org.teavm.classlib.java.util with parameters of type TTimeZoneModifier and TypeMethodDescriptionstatic TCalendar
TCalendar.getInstance(TTimeZone timezone)
static TCalendar
TCalendar.getInstance(TTimeZone zone, TLocale locale)
boolean
TTimeZone.hasSameRules(TTimeZone zone)
Returns whether the specifiedTimeZone
has the same raw offset as thisTimeZone
.static void
TTimeZone.setDefault(TTimeZone timezone)
Sets the default time zone.void
TCalendar.setTimeZone(TTimeZone timezone)
Constructors in org.teavm.classlib.java.util with parameters of type TTimeZoneModifierConstructorDescriptionprotected
TGregorianCalendar(TTimeZone zone)
TGregorianCalendar(TTimeZone timezone, TLocale locale)