Class | Description |
---|---|
AssembledChronology |
Abstract Chronology that enables chronologies to be assembled from
a container of fields.
|
AssembledChronology.Fields |
A container of fields used for assembling a chronology.
|
BaseChronology |
BaseChronology provides a skeleton implementation for chronology
classes.
|
BuddhistChronology |
A chronology that matches the BuddhistCalendar class supplied by Sun.
|
CopticChronology |
Implements the Coptic calendar system, which defines every fourth year as
leap, much like the Julian calendar.
|
EthiopicChronology |
Implements the Ethiopic calendar system, which defines every fourth year as
leap, much like the Julian calendar.
|
GJChronology |
Implements the Gregorian/Julian calendar system which is the calendar system
used in most of the world.
|
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.
|
IslamicChronology |
Implements the Islamic, or Hijri, calendar system using arithmetic rules.
|
IslamicChronology.LeapYearPatternType |
Opaque object describing a leap year pattern for the Islamic Chronology.
|
ISOChronology |
Implements a chronology that follows the rules of the ISO8601 standard,
which is compatible with Gregorian for all modern dates.
|
JulianChronology |
Implements a pure proleptic Julian calendar system, which defines every
fourth year as leap.
|
LenientChronology |
Wraps another Chronology, ensuring all the fields are lenient.
|
LimitChronology |
Wraps another Chronology to impose limits on the range of instants that
the fields within a Chronology may support.
|
StrictChronology |
Wraps another Chronology, ensuring all the fields are strict.
|
ZonedChronology |
Wraps another Chronology to add support for time zones.
|
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"