| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| net.time4j.calendar |
Support for various regional calendars.
|
| net.time4j.calendar.bahai |
Support for the Badi calendar.
|
| net.time4j.calendar.frenchrev |
Support for the French revolutionary calendar.
|
| net.time4j.engine |
Defines the common generic schemes and interfaces of chronological
systems.
|
| net.time4j.range |
Interval support.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeAxis<IsoUnit,PlainTimestamp> |
PlainTimestamp.axis()
Provides a static access to the associated time axis respective
chronology which contains the chronological rules.
|
static TimeAxis<IsoTimeUnit,PlainTime> |
PlainTime.axis()
Provides a static access to the associated time axis respective
chronology which contains the chronological rules.
|
static TimeAxis<IsoDateUnit,PlainDate> |
PlainDate.axis()
Provides a static access to the associated chronology on base of
epoch days which contains the chronological rules.
|
static TimeAxis<TimeUnit,Moment> |
Moment.axis()
Provides a static access to the associated time axis respective
chronology which contains the chronological rules.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeAxis<VietnameseCalendar.Unit,VietnameseCalendar> |
VietnameseCalendar.axis()
Returns the associated time axis.
|
static TimeAxis<CalendarUnit,ThaiSolarCalendar> |
ThaiSolarCalendar.axis()
Returns the associated time axis.
|
static TimeAxis<PersianCalendar.Unit,PersianCalendar> |
PersianCalendar.axis()
Returns the associated time axis.
|
static TimeAxis<CalendarUnit,MinguoCalendar> |
MinguoCalendar.axis()
Returns the associated time axis.
|
static TimeAxis<KoreanCalendar.Unit,KoreanCalendar> |
KoreanCalendar.axis()
Returns the associated time axis.
|
static TimeAxis<JulianCalendar.Unit,JulianCalendar> |
JulianCalendar.axis()
Returns the associated time axis.
|
static TimeAxis<CalendarUnit,JucheCalendar> |
JucheCalendar.axis()
Returns the associated time axis.
|
static TimeAxis<JapaneseCalendar.Unit,JapaneseCalendar> |
JapaneseCalendar.axis()
Returns the associated time axis.
|
static TimeAxis<IndianCalendar.Unit,IndianCalendar> |
IndianCalendar.axis()
Returns the associated time axis.
|
static TimeAxis<HebrewTime.Unit,HebrewTime> |
HebrewTime.axis()
Provides a static access to the associated time axis respective
chronology which contains the chronological rules.
|
static TimeAxis<HebrewCalendar.Unit,HebrewCalendar> |
HebrewCalendar.axis()
Returns the associated time axis.
|
static TimeAxis<EthiopianTime.Unit,EthiopianTime> |
EthiopianTime.axis()
Provides a static access to the associated time axis respective
chronology which contains the chronological rules.
|
static TimeAxis<EthiopianCalendar.Unit,EthiopianCalendar> |
EthiopianCalendar.axis()
Returns the associated time axis.
|
static TimeAxis<CopticCalendar.Unit,CopticCalendar> |
CopticCalendar.axis()
Returns the associated time axis.
|
static TimeAxis<ChineseCalendar.Unit,ChineseCalendar> |
ChineseCalendar.axis()
Returns the associated time axis.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeAxis<BadiCalendar.Unit,BadiCalendar> |
BadiCalendar.axis()
Returns the associated time axis.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeAxis<FrenchRepublicanCalendar.Unit,FrenchRepublicanCalendar> |
FrenchRepublicanCalendar.axis()
Returns the associated time axis.
|
| Modifier and Type | Method and Description |
|---|---|
TimeAxis<U,T> |
TimeAxis.Builder.build()
Creates and registers a time axis.
|
| Modifier and Type | Method and Description |
|---|---|
static <U,D extends Calendrical<U,D>> |
CalendarPeriod.on(TimeAxis<U,D> axis)
Defines a timeline on which new generic calendar intervals can be created.
|
Copyright © 2014–2021. All rights reserved.