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