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 TypeClassDescriptionclassfinal classImproves the performance of requesting time zone offsets and name keys by caching the results.final classBasic DateTimeZone implementation that has a fixed name key and offsets.classMethods in org.teavm.classlib.impl.tz that return DateTimeZoneModifier and TypeMethodDescriptionstatic DateTimeZoneDateTimeZoneProvider.detectTimezone()static DateTimeZoneDateTimeZoneProvider.getTimeZone(String id) CachedDateTimeZone.getUncachedZone()Returns the DateTimeZone being wrapped.Methods in org.teavm.classlib.impl.tz with parameters of type DateTimeZoneModifier and TypeMethodDescriptionlongDateTimeZone.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