Uses of Class
org.joda.time.chrono.BaseChronology

Packages that use BaseChronology
org.joda.time.chrono Package containing the chronology classes which define the calendar systems. 
 

Uses of BaseChronology in org.joda.time.chrono
 

Subclasses of BaseChronology in org.joda.time.chrono
 class AssembledChronology
          Abstract Chronology that enables chronologies to be assembled from a container of fields.
 class BuddhistChronology
          A chronology that matches the BuddhistCalendar class supplied by Sun.
 class CopticChronology
          Implements the Coptic calendar system, which defines every fourth year as leap, much like the Julian calendar.
 class EthiopicChronology
          Implements the Ethiopic calendar system, which defines every fourth year as leap, much like the Julian calendar.
 class GJChronology
          Implements the Gregorian/Julian calendar system which is the calendar system used in most of the world.
 class GregorianChronology
          Implements a pure proleptic Gregorian calendar system, which defines every fourth year as leap, unless the year is divisible by 100 and not by 400.
 class IslamicChronology
          Implements the Islamic, or Hijri, calendar system using arithmetic rules.
 class ISOChronology
          Implements a chronology that follows the rules of the ISO8601 standard, which is compatible with Gregorian for all modern dates.
 class JulianChronology
          Implements a pure proleptic Julian calendar system, which defines every fourth year as leap.
 class LenientChronology
          Wraps another Chronology, ensuring all the fields are lenient.
 class LimitChronology
          Wraps another Chronology to impose limits on the range of instants that the fields within a Chronology may support.
 class StrictChronology
          Wraps another Chronology, ensuring all the fields are strict.
 class ZonedChronology
          Wraps another Chronology to add support for time zones.
 



Copyright © 2002–2016 Joda.org. All rights reserved.