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