org.joda.time.chrono.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of virtdata-lib-realer Show documentation
Show all versions of virtdata-lib-realer Show documentation
With inspiration from other libraries
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.