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

Packages that use BaseChronology
Package
Description
Package containing the chronology classes which define the calendar systems.
  • Uses of BaseChronology in org.joda.time.chrono

    Modifier and Type
    Class
    Description
    class 
    Abstract Chronology that enables chronologies to be assembled from a container of fields.
    final class 
    A chronology that matches the BuddhistCalendar class supplied by Sun.
    final class 
    Implements the Coptic calendar system, which defines every fourth year as leap, much like the Julian calendar.
    final class 
    Implements the Ethiopic calendar system, which defines every fourth year as leap, much like the Julian calendar.
    final class 
    Implements the Gregorian/Julian calendar system which is the calendar system used in most of the world.
    final class 
    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.
    final class 
    Implements the Islamic, or Hijri, calendar system using arithmetic rules.
    final class 
    Implements a chronology that follows the rules of the ISO8601 standard, which is compatible with Gregorian for all modern dates.
    final class 
    Implements a pure proleptic Julian calendar system, which defines every fourth year as leap.
    final class 
    Wraps another Chronology, ensuring all the fields are lenient.
    final class 
    Wraps another Chronology to impose limits on the range of instants that the fields within a Chronology may support.
    final class 
    Wraps another Chronology, ensuring all the fields are strict.
    final class 
    Wraps another Chronology to add support for time zones.