public final class DateTimeZoneIndex extends Object
Modifier and Type | Method and Description |
---|---|
static int |
extractZoneOffsetMinutes(long dateTimeWithTimeZone) |
static org.joda.time.chrono.ISOChronology |
getChronology(TimeZoneKey zoneKey) |
static org.joda.time.DateTimeZone |
getDateTimeZone(TimeZoneKey zoneKey) |
static long |
packDateTimeWithZone(org.joda.time.DateTime dateTime) |
static org.joda.time.chrono.ISOChronology |
unpackChronology(long timestampWithTimeZone) |
static org.joda.time.DateTimeZone |
unpackDateTimeZone(long dateTimeWithTimeZone) |
public static org.joda.time.chrono.ISOChronology getChronology(TimeZoneKey zoneKey)
public static org.joda.time.chrono.ISOChronology unpackChronology(long timestampWithTimeZone)
public static org.joda.time.DateTimeZone getDateTimeZone(TimeZoneKey zoneKey)
public static org.joda.time.DateTimeZone unpackDateTimeZone(long dateTimeWithTimeZone)
public static long packDateTimeWithZone(org.joda.time.DateTime dateTime)
public static int extractZoneOffsetMinutes(long dateTimeWithTimeZone)
Copyright © 2012–2022. All rights reserved.