Uses of Class
org.teavm.classlib.impl.tz.DateTimeZone
Packages that use DateTimeZone
-
Uses of DateTimeZone in org.teavm.classlib.impl.tz
Subclasses of DateTimeZone in org.teavm.classlib.impl.tzModifier and TypeClassDescriptionclass
class
Improves the performance of requesting time zone offsets and name keys by caching the results.class
Basic DateTimeZone implementation that has a fixed name key and offsets.class
Methods in org.teavm.classlib.impl.tz that return DateTimeZoneModifier and TypeMethodDescriptionstatic DateTimeZone
DateTimeZoneProvider.detectTimezone()
static DateTimeZone
DateTimeZoneProvider.getTimeZone(String id)
CachedDateTimeZone.getUncachedZone()
Returns the DateTimeZone being wrapped.Methods in org.teavm.classlib.impl.tz with parameters of type DateTimeZoneModifier and TypeMethodDescriptionlong
DateTimeZone.getMillisKeepLocal(DateTimeZone newZone, long oldInstant)
Gets the millisecond instant in another zone keeping the same local time.Constructors in org.teavm.classlib.impl.tz with parameters of type DateTimeZone