| Package | Description |
|---|---|
| org.threeten.bp.calendar |
Support for calendar systems other than the default ISO.
|
| Modifier and Type | Field and Description |
|---|---|
static HijrahChrono |
HijrahChrono.INSTANCE
Singleton instance of the Hijrah chronology.
|
| Modifier and Type | Field and Description |
|---|---|
static Era<HijrahChrono> |
HijrahChrono.ERA_AH
The singleton instance for the current era - Hijrah - which has the value 1.
|
static Era<HijrahChrono> |
HijrahChrono.ERA_BEFORE_AH
The singleton instance for the era before the current one - Before Hijrah -
which has the value 0.
|
| Modifier and Type | Method and Description |
|---|---|
ChronoLocalDate<HijrahChrono> |
HijrahChrono.date(int prolepticYear,
int month,
int dayOfMonth) |
ChronoLocalDate<HijrahChrono> |
HijrahChrono.date(TemporalAccessor temporal) |
ChronoLocalDate<HijrahChrono> |
HijrahChrono.dateYearDay(int prolepticYear,
int dayOfYear) |
Era<HijrahChrono> |
HijrahChrono.eraOf(int eraValue) |
List<Era<HijrahChrono>> |
HijrahChrono.eras() |
| Modifier and Type | Method and Description |
|---|---|
int |
HijrahChrono.prolepticYear(Era<HijrahChrono> era,
int yearOfEra) |
Copyright © 2007-2013 ThreeTen.org. All Rights Reserved.