Uses of Class
net.time4j.engine.TimeAxis
Package
Description
The main package contains four basic types of ISO-8601, namely
PlainDate
, PlainTime
, PlainTimestamp
and Moment
.Support for various regional calendars.
Support for the Badi calendar.
Support for the French revolutionary calendar.
Defines the common generic schemes and interfaces of chronological
systems.
Interval support.
-
Uses of TimeAxis in net.time4j
Modifier and TypeMethodDescriptionMoment.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<IsoTimeUnit,PlainTime>
PlainTime.axis()
Provides a static access to the associated time axis respective chronology which contains the chronological rules.static TimeAxis<IsoUnit,PlainTimestamp>
PlainTimestamp.axis()
Provides a static access to the associated time axis respective chronology which contains the chronological rules. -
Uses of TimeAxis in net.time4j.calendar
Modifier and TypeMethodDescriptionstatic TimeAxis<ChineseCalendar.Unit,ChineseCalendar>
ChineseCalendar.axis()
Returns the associated time axis.static TimeAxis<CopticCalendar.Unit,CopticCalendar>
CopticCalendar.axis()
Returns the associated time axis.EthiopianCalendar.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<HebrewCalendar.Unit,HebrewCalendar>
HebrewCalendar.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<IndianCalendar.Unit,IndianCalendar>
IndianCalendar.axis()
Returns the associated time axis.JapaneseCalendar.axis()
Returns the associated time axis.static TimeAxis<CalendarUnit,JucheCalendar>
JucheCalendar.axis()
Returns the associated time axis.static TimeAxis<JulianCalendar.Unit,JulianCalendar>
JulianCalendar.axis()
Returns the associated time axis.static TimeAxis<KoreanCalendar.Unit,KoreanCalendar>
KoreanCalendar.axis()
Returns the associated time axis.static TimeAxis<CalendarUnit,MinguoCalendar>
MinguoCalendar.axis()
Returns the associated time axis.static TimeAxis<PersianCalendar.Unit,PersianCalendar>
PersianCalendar.axis()
Returns the associated time axis.static TimeAxis<CalendarUnit,ThaiSolarCalendar>
ThaiSolarCalendar.axis()
Returns the associated time axis.VietnameseCalendar.axis()
Returns the associated time axis. -
Uses of TimeAxis in net.time4j.calendar.bahai
Modifier and TypeMethodDescriptionstatic TimeAxis<BadiCalendar.Unit,BadiCalendar>
BadiCalendar.axis()
Returns the associated time axis. -
Uses of TimeAxis in net.time4j.calendar.frenchrev
Modifier and TypeMethodDescriptionFrenchRepublicanCalendar.axis()
Returns the associated time axis. -
Uses of TimeAxis in net.time4j.engine
-
Uses of TimeAxis in net.time4j.range
Modifier and TypeMethodDescriptionstatic <U, D extends Calendrical<U, D>>
CalendarPeriod.Factory<D>Defines a timeline on which new generic calendar intervals can be created.