| Interface | Description |
|---|---|
| StdCalendarElement<V,T> |
Extends a chronological element by some standard ways of
manipulation.
|
| Class | Description |
|---|---|
| CommonElements |
Defines access to elements which can be used by all calendars defined in this package.
|
| CopticCalendar |
Represents the calendar used by the Coptic church in Egypt.
|
| EthiopianCalendar |
Represents the calendar used in Ethiopia.
|
| EthiopianTime |
Represents the 12-hour-time in second precision used in Ethiopia
starting in the morning at 6 AM as zero point.
|
| HijriCalendar |
Represents the Hijri calendar used in many islamic countries.
|
| JulianCalendar |
Represents the proleptic Julian calendar.
|
| MinguoCalendar |
The Minguo calendar used in Taiwan (Republic Of China) uses as only difference to western gregorian
calendar a different year numbering with the Minguo era 1912-01-01.
|
| PersianCalendar |
Represents the Solar Hijri calendar which is officially used in Iran and Afghanistan.
|
| Tabot |
Used in Ethiopian calendar for associating the day of month with a name.
|
| ThaiSolarCalendar |
The Thai solar calendar calendar used in Thailand uses as only difference to western gregorian
calendar a different year numbering with the Buddhist era mainly.
|
| Enum | Description |
|---|---|
| CopticCalendar.Unit |
Defines come calendar units for the Coptic calendar.
|
| CopticEra |
The Coptic calendar only supports one single era called "Anno Martyrum" with the
numerical value
1 which is sometimes also called "Diocletian era" and starts
on Julian date AD-284-08-29. |
| CopticMonth |
The Coptic calendar defines 13 Coptic months.
|
| EthiopianCalendar.Unit |
Defines come calendar units for the Ethiopian calendar.
|
| EthiopianEra |
The Ethiopian calendar supports two eras.
|
| EthiopianMonth |
The Ethiopian calendar defines 13 months like the Coptic calendar.
|
| EthiopianTime.Unit |
Defines the time units for the Ethiopian clock time.
|
| Evangelist |
Enumeration of the four evangelists of the bible, used in some calendars with historic or religious context.
|
| HijriAlgorithm |
Describes islamic calendar variants based on simplistic deterministic algorithms.
|
| HijriCalendar.Unit |
Defines come calendar units for the Hijri calendar.
|
| HijriEra |
The Hijri calendar only supports one single era called "Anno Hegirae" with the
numerical value
1. |
| HijriMonth |
The Hijri calendar defines 12 islamic months.
|
| JulianCalendar.Unit |
Defines come calendar units for the Julian calendar.
|
| MinguoEra |
The Minguo calendar supports two eras related to the year 1912.
|
| PersianCalendar.Unit |
Defines come calendar units for the Persian calendar.
|
| PersianEra |
The Persian calendar only supports one single era called "Anno Persico" with the
numerical value
1. |
| PersianMonth |
The Persian calendar defines 12 persian months.
|
| ThaiSolarEra |
The Thai-Solar calendar supports two eras related to either the Rattanakosin kingdom (historic)
or to the date of death of Buddha (used today).
|
Support for various calendars.
This package belongs to module "calendar" and is not part of the core of Time4J.