Package | Description |
---|---|
org.joda.time.chrono |
Package containing the chronology classes which define the calendar systems.
|
Modifier and Type | Field and Description |
---|---|
private JulianChronology |
GJChronology.iJulianChronology |
private static JulianChronology |
JulianChronology.INSTANCE_UTC
Singleton instance of a UTC JulianChronology
|
Modifier and Type | Method and Description |
---|---|
static JulianChronology |
JulianChronology.getInstance()
Gets an instance of the JulianChronology in the default time zone.
|
static JulianChronology |
JulianChronology.getInstance(DateTimeZone zone)
Gets an instance of the JulianChronology in the given time zone.
|
static JulianChronology |
JulianChronology.getInstance(DateTimeZone zone,
int minDaysInFirstWeek)
Gets an instance of the JulianChronology in the given time zone.
|
static JulianChronology |
JulianChronology.getInstanceUTC()
Gets an instance of the JulianChronology.
|
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) |