Package | Description |
---|---|
org.joda.time.chrono |
Package containing the chronology classes which define the calendar systems.
|
Modifier and Type | Class and Description |
---|---|
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 |
JulianChronology
Implements a pure proleptic Julian calendar system, which defines every
fourth year as leap.
|