Uses of Class
org.joda.time.chrono.IslamicChronology
-
Packages that use IslamicChronology Package Description org.joda.time.chrono Package containing the chronology classes which define the calendar systems. -
-
Uses of IslamicChronology in org.joda.time.chrono
Fields in org.joda.time.chrono declared as IslamicChronology Modifier and Type Field Description private static IslamicChronology
IslamicChronology. INSTANCE_UTC
Singleton instance of a UTC IslamicChronologyMethods in org.joda.time.chrono that return IslamicChronology Modifier and Type Method 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.
-