Package | Description |
---|---|
org.joda.time.chrono |
Package containing the chronology classes which define the calendar systems.
|
Modifier and Type | Field and Description |
---|---|
private static ISOChronology |
ISOChronology.INSTANCE_UTC
Singleton instance of a UTC ISOChronology
|
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.ConcurrentHashMap<DateTimeZone,ISOChronology> |
ISOChronology.cCache
Cache of zone to chronology
|
Modifier and Type | Method and Description |
---|---|
static ISOChronology |
ISOChronology.getInstance()
Gets an instance of the ISOChronology in the default time zone.
|
static ISOChronology |
ISOChronology.getInstance(DateTimeZone zone)
Gets an instance of the ISOChronology in the given time zone.
|
static ISOChronology |
ISOChronology.getInstanceUTC()
Gets an instance of the ISOChronology.
|