Uses of Class
org.joda.time.chrono.IslamicChronology.LeapYearPatternType
-
Packages that use IslamicChronology.LeapYearPatternType Package Description org.joda.time.chrono Package containing the chronology classes which define the calendar systems. -
-
Uses of IslamicChronology.LeapYearPatternType in org.joda.time.chrono
Fields in org.joda.time.chrono declared as IslamicChronology.LeapYearPatternType Modifier and Type Field 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.Methods in org.joda.time.chrono that return IslamicChronology.LeapYearPatternType Modifier and Type Method Description IslamicChronology.LeapYearPatternType
IslamicChronology. getLeapYearPatternType()
Gets the leap year pattern type.Methods in org.joda.time.chrono with parameters of type IslamicChronology.LeapYearPatternType Modifier and Type Method Description static IslamicChronology
IslamicChronology. getInstance(DateTimeZone zone, IslamicChronology.LeapYearPatternType leapYears)
Gets an instance of the IslamicChronology in the given time zone.Constructors in org.joda.time.chrono with parameters of type IslamicChronology.LeapYearPatternType Constructor Description IslamicChronology(Chronology base, java.lang.Object param, IslamicChronology.LeapYearPatternType leapYears)
Restricted constructor.
-