Package | Description |
---|---|
org.joda.time.chrono |
Package containing the chronology classes which define the calendar systems.
|
Modifier and Type | Field and Description |
---|---|
private GregorianChronology |
GJChronology.iGregorianChronology |
private static GregorianChronology |
GregorianChronology.INSTANCE_UTC
Singleton instance of a UTC GregorianChronology
|
Modifier and Type | Method and Description |
---|---|
static GregorianChronology |
GregorianChronology.getInstance()
Gets an instance of the GregorianChronology in the default time zone.
|
static GregorianChronology |
GregorianChronology.getInstance(DateTimeZone zone)
Gets an instance of the GregorianChronology in the given time zone.
|
static GregorianChronology |
GregorianChronology.getInstance(DateTimeZone zone,
int minDaysInFirstWeek)
Gets an instance of the GregorianChronology in the given time zone.
|
static GregorianChronology |
GregorianChronology.getInstanceUTC()
Gets an instance of the GregorianChronology.
|
Constructor and Description |
---|
GJChronology(Chronology base,
JulianChronology julian,
GregorianChronology gregorian,
Instant cutoverInstant)
Called when applying a time zone.
|
GJChronology(JulianChronology julian,
GregorianChronology gregorian,
Instant cutoverInstant) |