Package | Description |
---|---|
org.joda.time.chrono |
Package containing the chronology classes which define the calendar systems.
|
Modifier and Type | Field and Description |
---|---|
private IslamicChronology.LeapYearPatternType |
IslamicChronology.iLeapYears
The leap years to use.
|
static IslamicChronology.LeapYearPatternType |
IslamicChronology.LEAP_YEAR_15_BASED
Leap year 15-based pattern.
|
static IslamicChronology.LeapYearPatternType |
IslamicChronology.LEAP_YEAR_16_BASED
Leap year 16-based pattern.
|
static IslamicChronology.LeapYearPatternType |
IslamicChronology.LEAP_YEAR_HABASH_AL_HASIB
Leap year Habash al-Hasib pattern.
|
static IslamicChronology.LeapYearPatternType |
IslamicChronology.LEAP_YEAR_INDIAN
Leap year Indian pattern.
|
Modifier and Type | Method and Description |
---|---|
IslamicChronology.LeapYearPatternType |
IslamicChronology.getLeapYearPatternType()
Gets the leap year pattern type.
|
Modifier and Type | Method and Description |
---|---|
static IslamicChronology |
IslamicChronology.getInstance(DateTimeZone zone,
IslamicChronology.LeapYearPatternType leapYears)
Gets an instance of the IslamicChronology in the given time zone.
|
Constructor and Description |
---|
IslamicChronology(Chronology base,
java.lang.Object param,
IslamicChronology.LeapYearPatternType leapYears)
Restricted constructor.
|