| Interface | Description |
|---|---|
| OrdinalWeekdayElement<T> |
The element for the ordinal weekday in month.
|
| 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.
|
| EastAsianMonth |
Represents a month used in the East Asian countries China, Korea or Japan.
|
| 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.
|
| HebrewCalendar |
Represents the calendar used by the worldwide Jewish community, but mainly in Israel for religious purposes.
|
| HebrewTime |
Represents the 12-hour-time used in Jewish calendar starting in the evening
at either sunset or simplified at 6 PM as zero point.
|
| HijriAdjustment |
Represents a small day adjustment to any islamic calendar variant.
|
| HijriCalendar |
Represents the Hijri calendar used in many islamic countries.
|
| HistoricCalendar |
Represents the historic christian calendar used in most European countries.
|
| IndianCalendar |
Represents the national calendar of India.
|
| JapaneseCalendar |
Represents the Japanese calendar from 701 AD (julian) until now.
|
| 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.
|
| Nengo |
The system of Japanese eras from AD 701 until today.
|
| PersianCalendar |
Represents the Solar Hijri calendar which is officially used in Iran and Afghanistan.
|
| PersianCalendar.Date |
Static view of calendar date taking into account possibly different calendar algorithms.
|
| 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 some 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 some 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.
|
| HebrewAnniversary |
The Hebrew calendar has at least two important personal days which can be determined
by the methods of this class.
|
| HebrewCalendar.Unit |
Defines some calendar units for the Hebrew calendar.
|
| HebrewEra |
The Hebrew calendar only supports one single era called "Anno Mundi" (or short "AM").
|
| HebrewMonth |
The Hebrew calendar defines 13 Hebrew months.
|
| HebrewMonth.Order |
Determines which order should be applied on Hebrew months.
|
| HebrewTime.ClockCycle |
Defines the day-night-cycle associated with sunset and sunrise.
|
| HebrewTime.Unit |
Defines the time units for the Hebrew time.
|
| HijriAlgorithm |
Describes islamic calendar variants based on simplistic deterministic algorithms.
|
| HijriCalendar.Unit |
Defines some 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.
|
| IndianCalendar.Unit |
Defines some calendar units for the Indian calendar.
|
| IndianEra |
The Indian national calendar only supports one single era called "Saka".
|
| IndianMonth |
The Indian national calendar defines 12 indian months.
|
| JapaneseCalendar.Unit |
Defines some calendar units for the Japanese calendar.
|
| JulianCalendar.Unit |
Defines some calendar units for the Julian calendar.
|
| MinguoEra |
The Minguo calendar supports two eras related to the year 1912.
|
| Nengo.Selector |
Represents a strategy how to select nengos.
|
| PersianAlgorithm |
Enumeration of different calculation methods for the Persian calendar.
|
| PersianCalendar.Unit |
Defines some 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.