All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.groupbyinc.common.joda.time.chrono.package.html Maven / Gradle / Ivy

There is a newer version: 198
Show newest version



org.joda.time.chrono package



Package containing the chronology classes which define the calendar systems.

This package contains all of the chronology implementations within the library. A chronology represents all the rules of a calendar system. Applications will create chronologies using the static factory methods on each specific Chronology class - getInstance. The currently provided chronology implementations are:

  • ISO
  • GJ (GregorianJulian)
  • Gregorian
  • Julian
  • Buddhist
  • Coptic
  • Ethiopic
  • Islamic

The package also contains all of the specialised field implementations. These classes are package scoped, along with various other chronology helper classes. The package scoped classes (which are not shown in the javadoc) do not form part of the public API of Joda-Time and may change at any time.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy