| 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.calendar.hindu |
Support for the traditional Hindu calendar family.
|
| net.time4j.engine |
Defines the common generic schemes and interfaces of chronological
systems.
|
| net.time4j.format |
Defines common interfaces for any format support of Time4J.
|
| net.time4j.format.expert |
This package contains the expert-level format- and parse engine of Time4J.
|
| net.time4j.history |
Support for the historical ancestors of modern ISO-8601-standard.
|
| net.time4j.range |
Interval support.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AdjustableElement<V,T>
Extends a chronological element by some standard ways of
manipulation.
|
interface |
CalendarDateElement
Represents the calendar date.
|
interface |
NavigableElement<V extends Enum<V>>
Defines additional enum-based operators for setting new element values
taking into account the old element value.
|
interface |
ProportionalElement<V extends Number,T>
Defines an element which can interprete its value as proportional
value.
|
interface |
WallTimeElement
Represents the wall time.
|
interface |
ZonalElement<V>
Extends a chronological element by some zonal queries.
|
| Modifier and Type | Field and Description |
|---|---|
static ChronoElement<Integer> |
AnnualDate.DAY_OF_MONTH
Element with the day of month in the value range
1-28/29/30/31. |
static ChronoElement<Integer> |
Moment.FRACTION
Represents the nano-fraction of current second.
|
static ChronoElement<Integer> |
AnnualDate.MONTH_AS_NUMBER
Element with the calendar month in numerical form and the value range
1-12. |
static ChronoElement<Month> |
AnnualDate.MONTH_OF_YEAR
Element with the calendar month as enum in the value range
JANUARY-DECEMBER). |
static ChronoElement<Long> |
Moment.POSIX_TIME
Represents the POSIX-time in seconds since UNIX-epoch.
|
static ChronoElement<ClockUnit> |
PlainTime.PRECISION
Defines the precision as the smallest non-zero time element and
truncates time parts of higher precision if necessary.
|
static ChronoElement<TimeUnit> |
Moment.PRECISION
Represents the precision.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ZonalDateTime.contains(ChronoElement<?> element) |
boolean |
GeneralTimestamp.contains(ChronoElement<?> element) |
<V> V |
ZonalDateTime.get(ChronoElement<V> element) |
<V> V |
GeneralTimestamp.get(ChronoElement<V> element) |
int |
ZonalDateTime.getInt(ChronoElement<Integer> element) |
int |
GeneralTimestamp.getInt(ChronoElement<Integer> element) |
<V> V |
ZonalDateTime.getMaximum(ChronoElement<V> element) |
<V> V |
GeneralTimestamp.getMaximum(ChronoElement<V> element) |
<V> V |
ZonalDateTime.getMinimum(ChronoElement<V> element) |
<V> V |
GeneralTimestamp.getMinimum(ChronoElement<V> element) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OrdinalWeekdayElement<T>
The element for the ordinal weekday in month.
|
interface |
StdCalendarElement<V,T>
Extends a chronological element by some standard ways of
manipulation.
|
| Modifier and Type | Field and Description |
|---|---|
static ChronoElement<Meridiem> |
EthiopianTime.AM_PM_OF_DAY
Behaves like
PlainTime.AM_PM_OF_DAY. |
static ChronoElement<Integer> |
HistoricCalendar.CENTURY_OF_ERA
Represents the historic century.
|
static ChronoElement<HebrewTime.ClockCycle> |
HebrewTime.CLOCK_CYCLE
Marks the period between either sunset and sunrise (NIGHT) or sunrise and sunset (DAY).
|
static ChronoElement<Integer> |
VietnameseCalendar.CYCLE
Represents the cycle number related to the introduction of sexagesimal cycles
by the legendary Chinese yellow emperor Huang-Di on -2636-02-15 (gregorian).
|
static ChronoElement<Integer> |
KoreanCalendar.CYCLE
Represents the cycle number related to the introduction of sexagesimal cycles
by the legendary yellow emperor Huang-Di on -2636-02-15 (gregorian).
|
static ChronoElement<Integer> |
ChineseCalendar.CYCLE
Represents the cycle number related to the introduction of sexagesimal cycles
by the legendary yellow emperor Huang-Di on -2636-02-15 (gregorian).
|
static ChronoElement<HistoricDate> |
JulianCalendar.DATE
Represents the Julian date.
|
static ChronoElement<Integer> |
JulianCalendar.DAY_OF_MONTH
Represents the Julian day of month.
|
static ChronoElement<Weekday> |
JulianCalendar.DAY_OF_WEEK
Represents the Julian day of week.
|
static ChronoElement<Integer> |
JulianCalendar.DAY_OF_YEAR
Represents the Julian day of year.
|
static ChronoElement<Integer> |
EthiopianTime.DIGITAL_HOUR_OF_DAY
Behaves like
PlainTime.DIGITAL_HOUR_OF_DAY with the hour range 0-23. |
static ChronoElement<ThaiSolarEra> |
ThaiSolarCalendar.ERA
Represents the Thai era.
|
static ChronoElement<PersianEra> |
PersianCalendar.ERA
Represents the Persian era.
|
static ChronoElement<MinguoEra> |
MinguoCalendar.ERA
Represents the Minguo era which cannot be changed.
|
static ChronoElement<KoreanEra> |
KoreanCalendar.ERA
Represents the Korean era.
|
static ChronoElement<HistoricEra> |
JulianCalendar.ERA
Represents the Julian era.
|
static ChronoElement<JucheEra> |
JucheCalendar.ERA
Represents the Juche era which cannot be changed.
|
static ChronoElement<IndianEra> |
IndianCalendar.ERA
Represents the Indian era.
|
static ChronoElement<HistoricEra> |
HistoricCalendar.ERA
Represents the historic era.
|
static ChronoElement<HijriEra> |
HijriCalendar.ERA
Represents the islamic era.
|
static ChronoElement<HebrewEra> |
HebrewCalendar.ERA
Represents the Hebrew era.
|
static ChronoElement<EthiopianEra> |
EthiopianCalendar.ERA
Represents the Ethiopian era.
|
static ChronoElement<CopticEra> |
CopticCalendar.ERA
Represents the Coptic era.
|
static ChronoElement<ChineseEra> |
ChineseCalendar.ERA
Represents the Chinese era.
|
static ChronoElement<Integer> |
EthiopianTime.ETHIOPIAN_HOUR
The Ethiopian hour with the range 1-12 which is 6 hours behind the western clock.
|
static ChronoElement<Evangelist> |
EthiopianCalendar.EVANGELIST
Represents the evangelist associated with a year of the Ethiopian leap year cycle.
|
static ChronoElement<PlainTime> |
EthiopianTime.ISO_TIME
Behaves like
PlainTime.COMPONENT and serves for conversion. |
static ChronoElement<Integer> |
JapaneseCalendar.KOKI_YEAR
Counts the years since the supposed foundation date of Japan by the legendary emperor Jimmu.
|
static ChronoElement<Integer> |
EthiopianTime.MINUTE_OF_HOUR
The minute of hour with the range 0-59.
|
static ChronoElement<Integer> |
CommonElements.RELATED_GREGORIAN_YEAR
Represents the related gregorian year which corresponds to the start
of any given non-gregorian calendar year.
|
static ChronoElement<Integer> |
EthiopianTime.SECOND_OF_MINUTE
The second of minute with the range 0-59.
|
static ChronoElement<SolarTerm> |
VietnameseCalendar.SOLAR_TERM
Represents the solar term as one of 24 possible stations of the sun on the ecliptic.
|
static ChronoElement<SolarTerm> |
KoreanCalendar.SOLAR_TERM
Represents the solar term as one of 24 possible stations of the sun on the ecliptic.
|
static ChronoElement<SolarTerm> |
ChineseCalendar.SOLAR_TERM
Represents the solar term as one of 24 possible stations of the sun on the ecliptic.
|
static ChronoElement<Integer> |
KoreanCalendar.YEAR_OF_ERA
Represents the Korean year related to the Korean era.
|
static ChronoElement<Integer> |
JulianCalendar.YEAR_OF_ERA
Represents the Julian year.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PersianCalendar.Date.contains(ChronoElement<?> element) |
<V> V |
PersianCalendar.Date.get(ChronoElement<V> element) |
int |
PersianCalendar.Date.getInt(ChronoElement<Integer> element) |
<V> V |
PersianCalendar.Date.getMaximum(ChronoElement<V> element) |
<V> V |
PersianCalendar.Date.getMinimum(ChronoElement<V> element) |
| Modifier and Type | Field and Description |
|---|---|
static ChronoElement<BadiIntercalaryDays> |
BadiCalendar.AYYAM_I_HA
Represents the period of intercalary days if available.
|
static ChronoElement<BadiEra> |
BadiCalendar.ERA
Represents the Bahai era.
|
static ChronoElement<Integer> |
BadiCalendar.KULL_I_SHAI
Represents the major cycle (kull-i-shai).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BadiCalendar.contains(ChronoElement<?> element) |
<V> boolean |
BadiCalendar.isValid(ChronoElement<V> element,
V value) |
| Modifier and Type | Field and Description |
|---|---|
static ChronoElement<DayOfDecade> |
FrenchRepublicanCalendar.DAY_OF_DECADE
Represents the days of decade which consists of ten days.
|
static ChronoElement<FrenchRepublicanEra> |
FrenchRepublicanCalendar.ERA
Represents the Republican era of the French revolution.
|
static ChronoElement<Sansculottides> |
FrenchRepublicanCalendar.SANSCULOTTIDES
Represents the complementary days of the French revolutionary calendar.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FrenchRepublicanCalendar.contains(ChronoElement<?> element) |
boolean |
FrenchRepublicanCalendar.Date.contains(ChronoElement<?> element) |
<V> V |
FrenchRepublicanCalendar.Date.get(ChronoElement<V> element) |
int |
FrenchRepublicanCalendar.Date.getInt(ChronoElement<Integer> element) |
<V> V |
FrenchRepublicanCalendar.Date.getMaximum(ChronoElement<V> element) |
<V> V |
FrenchRepublicanCalendar.Date.getMinimum(ChronoElement<V> element) |
<V> boolean |
FrenchRepublicanCalendar.isValid(ChronoElement<V> element,
V value) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AdjustableTextElement<V extends HinduPrimitive>
Extends a chronological element by some standard ways of
manipulation.
|
| Modifier and Type | Field and Description |
|---|---|
static ChronoElement<HinduEra> |
HinduCalendar.ERA
Represents the Hindu era.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicElement<V extends Comparable<V>>
Abstract base implementation of a chronological element which has
a name and can also define an (unregistered) element rule.
|
class |
EpochDays
Defines elements based on different epoch-related day numbers.
|
class |
FlagElement
A specialized element for indicating special state during parsing.
|
class |
ValidationElement
A specialized element for communicating validation failures
during parsing.
|
| Modifier and Type | Method and Description |
|---|---|
ChronoElement<T> |
TimeAxis.element()
Yields this time axis as chronological self-referencing
element.
|
ChronoElement<?> |
ElementRule.getChildAtCeiling(T context)
Yields the child element whose value is to be set to the maximum
value.
|
ChronoElement<?> |
ElementRule.getChildAtFloor(T context)
Yields the child element whose value is to be set to the minimum
value.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ChronoElement<?>> |
ChronoExtension.getElements(Locale locale,
AttributeQuery attributes)
Returns the element set for given configuration.
|
Set<ChronoElement<?>> |
Chronology.getRegisteredElements()
Returns all registered chronological elements.
|
Set<ChronoElement<?>> |
ChronoEntity.getRegisteredElements()
Yields all registered elements of this instance.
|
Set<ChronoElement<?>> |
BridgeChronology.getRegisteredElements() |
| Modifier and Type | Method and Description |
|---|---|
<V> TimeAxis.Builder<U,T> |
TimeAxis.Builder.appendElement(ChronoElement<V> element,
ElementRule<T,V> rule) |
<V> Chronology.Builder<T> |
Chronology.Builder.appendElement(ChronoElement<V> element,
ElementRule<T,V> rule)
Registers a new element together with its associated
element rule.
|
<V> CalendarFamily.Builder<T> |
CalendarFamily.Builder.appendElement(ChronoElement<V> element,
ElementRule<T,V> rule) |
<V> TimeAxis.Builder<U,T> |
TimeAxis.Builder.appendElement(ChronoElement<V> element,
ElementRule<T,V> rule,
U baseUnit)
Registers a new element with associated rule and a base
unit.
|
static <T extends ChronoEntity<T>> |
StdOperator.atCeiling(ChronoElement<?> element)
Yields an operator which rounds any entity up so that the child
elements will be set to the maximum.
|
static <T extends ChronoEntity<T>> |
StdOperator.atFloor(ChronoElement<?> element)
Yields an operator which rounds any entity down so that the child
elements will be set to the minimum.
|
default boolean |
ChronoExtension.canResolve(ChronoElement<?> element)
Gives a hint to the parser if the element in question can be resolved by
resolve(). |
boolean |
ChronoEntity.contains(ChronoElement<?> element) |
boolean |
ChronoDisplay.contains(ChronoElement<?> element)
Queries if the value for given chronological element can be
accessed via
get(element). |
static <T extends ChronoEntity<T>> |
StdOperator.decremented(ChronoElement<?> element)
Yields a new operator which can set any entity such that its
actual element value gets the decremented value.
|
<V> V |
ChronoEntity.get(ChronoElement<V> element) |
<V> V |
ChronoDisplay.get(ChronoElement<V> element)
Returns the partial value associated with given chronological
element.
|
U |
TimeAxis.getBaseUnit(ChronoElement<?> element)
Returns the base unit of given element if available.
|
int |
ChronoEntity.getInt(ChronoElement<Integer> element) |
default int |
ChronoDisplay.getInt(ChronoElement<Integer> element)
Returns the partial value associated with given chronological element.
|
<V> V |
ChronoEntity.getMaximum(ChronoElement<V> element) |
<V> V |
ChronoDisplay.getMaximum(ChronoElement<V> element)
Yields the maximum value of given chronological element in the
current context of this object.
|
<V> V |
ChronoEntity.getMinimum(ChronoElement<V> element) |
<V> V |
ChronoDisplay.getMinimum(ChronoElement<V> element)
Yields the minimum value of given chronological element in the
current context of this object.
|
boolean |
TimeAxis.hasBaseUnit(ChronoElement<?> element)
Queries if given element has a base unit.
|
static <T extends ChronoEntity<T>> |
StdOperator.incremented(ChronoElement<?> element)
Yields a new operator which can set any entity such that its
actual element value gets the incremented value.
|
boolean |
Chronology.isRegistered(ChronoElement<?> element)
Queries if given chronological element is registered together
with its element rule.
|
boolean |
Chronology.isSupported(ChronoElement<?> element)
Queries if given chronological element is supported by this
chronology.
|
boolean |
CalendarFamily.isSupported(ChronoElement<?> element) |
boolean |
BridgeChronology.isSupported(ChronoElement<?> element)
This chronology does not itself support any elements.
|
boolean |
ChronoEntity.isValid(ChronoElement<Integer> element,
int value)
Tests if the value for given chronological value is invalid.
|
boolean |
ChronoEntity.isValid(ChronoElement<Long> element,
long value)
Tests if the value for given chronological value is invalid.
|
<V> boolean |
ChronoEntity.isValid(ChronoElement<V> element,
V value)
Tests if the value for given chronological value is invalid.
|
static <T extends ChronoEntity<T>> |
StdOperator.maximized(ChronoElement<?> element)
Yields a new operator which can set any entity to its maximum
element value.
|
static <T extends ChronoEntity<T>> |
StdOperator.minimized(ChronoElement<?> element)
Yields a new operator which can set any entity to its minimum
element value.
|
static <T extends ChronoEntity<T>,V> |
StdOperator.newValue(V value,
ChronoElement<V> element)
Yields an operator which sets any entity such that its actual
element value will be set in normal mode to given value.
|
static <T extends ChronoEntity<T>,V> |
StdOperator.setLenient(V value,
ChronoElement<V> element)
Yields an operator which sets any entity such that its actual
element value will be set in lenient mode to given value.
|
T |
ChronoEntity.with(ChronoElement<Integer> element,
int value)
Creates a copy of this instance with the changed element value.
|
T |
ChronoEntity.with(ChronoElement<Long> element,
long value)
Creates a copy of this instance with the changed element value.
|
<V> T |
ChronoEntity.with(ChronoElement<V> element,
V value)
Creates a copy of this instance with the changed element value.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NumericalElement<V extends Enum<V>>
A chronological element which allows a numerical representation.
|
interface |
TextElement<V>
A chronological element which can be formatted as text or can be parsed
from a text.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayElement<V extends Comparable<V>>
Standard element which offers localized names for display purposes (in most cases).
|
| Modifier and Type | Method and Description |
|---|---|
<V extends Enum<V>> |
CalendarText.getTextForms(ChronoElement<V> element,
String... variants)
Yields an
Accessor for all text forms of given
chronological element. |
| Modifier and Type | Method and Description |
|---|---|
ChronoElement<?> |
ElementPosition.getElement()
Yields the formatted chronolocial element.
|
| Modifier and Type | Method and Description |
|---|---|
<V extends ChronoEntity<V>> |
ChronoFormatter.Builder.addCustomized(ChronoElement<V> element,
ChronoFormatter<V> formatter)
Defines a customized format element for given chronological
element.
|
<V> ChronoFormatter.Builder<T> |
ChronoFormatter.Builder.addCustomized(ChronoElement<V> element,
ChronoPrinter<V> printer,
ChronoParser<V> parser)
Defines a customized format element for given chronological
element.
|
ChronoFormatter.Builder<T> |
ChronoFormatter.Builder.addEnglishOrdinal(ChronoElement<Integer> element)
Defines an ordinal format for given chronological
element in english language.
|
ChronoFormatter.Builder<T> |
ChronoFormatter.Builder.addFixedDecimal(ChronoElement<BigDecimal> element)
Equivalent to
addFixedDecimal(element, 11, 9). |
ChronoFormatter.Builder<T> |
ChronoFormatter.Builder.addFixedDecimal(ChronoElement<BigDecimal> element,
int precision,
int scale)
Defines a fixed unsigned decimal format for given chronological
element.
|
ChronoFormatter.Builder<T> |
ChronoFormatter.Builder.addFixedInteger(ChronoElement<Integer> element,
int digits)
Defines an integer format without sign and with fixed width
for given chronological element.
|
<V extends Enum<V>> |
ChronoFormatter.Builder.addFixedNumerical(ChronoElement<V> element,
int digits)
Defines an integer format without sign and with fixed width
for given chronological enumeration element.
|
ChronoFormatter.Builder<T> |
ChronoFormatter.Builder.addFraction(ChronoElement<Integer> element,
int minDigits,
int maxDigits,
boolean decimalSeparator)
Defines a fractional format for given chronological element
including a possible decimal separator char but without any
integer part by mapping the context-dependent value range to
the interval [0.0-1.0).
|
ChronoFormatter.Builder<T> |
ChronoFormatter.Builder.addInteger(ChronoElement<Integer> element,
int minDigits,
int maxDigits)
Defines an integer format without sign for given
chronological element.
|
ChronoFormatter.Builder<T> |
ChronoFormatter.Builder.addInteger(ChronoElement<Integer> element,
int minDigits,
int maxDigits,
SignPolicy signPolicy)
Defines an integer format for given chronological
element.
|
ChronoFormatter.Builder<T> |
ChronoFormatter.Builder.addLongNumber(ChronoElement<Long> element,
int minDigits,
int maxDigits,
SignPolicy signPolicy)
Defines an integer format for given chronological
element.
|
<V extends Enum<V>> |
ChronoFormatter.Builder.addNumerical(ChronoElement<V> element,
int minDigits,
int maxDigits)
Defines an integer format without sign for given chronological
enumeration element.
|
ChronoFormatter.Builder<T> |
ChronoFormatter.Builder.addOrdinal(ChronoElement<Integer> element,
Map<PluralCategory,String> indicators)
Defines an ordinal format for given chronological
element.
|
<V extends Enum<V>> |
ChronoFormatter.Builder.addText(ChronoElement<V> element)
Defines a text format for given chronological element.
|
<V extends Enum<V>> |
ChronoFormatter.Builder.addText(ChronoElement<V> element,
Function<V,String> converter)
Defines a text format for given chronological element with
a user-defined string conversion.
|
<V> ChronoFormatter.Builder<T> |
ChronoFormatter.Builder.addText(ChronoElement<V> element,
Map<V,String> lookup)
Defines a text format for given chronological element with
user-defined string resources.
|
ChronoFormatter.Builder<T> |
ChronoFormatter.Builder.addTwoDigitYear(ChronoElement<Integer> element)
Defines a special format element for a two-digit-year.
|
<V> ChronoFormatter.Builder<T> |
ChronoFormatter.Builder.setDefault(ChronoElement<V> element,
V value)
Defines a default value if the parser has not parsed or found a value for given element.
|
<V> ChronoFormatter.Builder<T> |
ChronoFormatter.Builder.setDefaultSupplier(ChronoElement<V> element,
Supplier<V> supplier)
Defines a supplier for a default value if the parser has not parsed or found a value
for given element.
|
<V> ChronoFormatter<T> |
ChronoFormatter.withDefault(ChronoElement<V> element,
V value)
Determines a default replacement value for given element.
|
<V> ChronoFormatter<T> |
ChronoFormatter.withDefaultSource(ChronoElement<V> element,
ChronoElement<V> source)
Determines a source reference in parsed data for a default replacement value of given element.
|
<V> ChronoFormatter<T> |
ChronoFormatter.withDefaultSource(ChronoElement<V> element,
ChronoElement<V> source)
Determines a source reference in parsed data for a default replacement value of given element.
|
<V> ChronoFormatter<T> |
ChronoFormatter.withDefaultSupplier(ChronoElement<V> element,
Supplier<V> supplier)
Determines a supplier for a default replacement value of given element.
|
| Constructor and Description |
|---|
ElementPosition(ChronoElement<?> element,
int startIndex,
int endIndex)
Creates a new instance of an
ElementPosition. |
| Modifier and Type | Method and Description |
|---|---|
ChronoElement<Integer> |
ChronoHistory.centuryOfEra()
Defines the element for the century of a year in a given historic era.
|
ChronoElement<HistoricDate> |
ChronoHistory.date()
Defines the element for the historic date.
|
ChronoElement<Integer> |
ChronoHistory.dayOfMonth()
Defines the element for the historic day of month.
|
ChronoElement<Integer> |
ChronoHistory.dayOfYear()
Defines the element for the historic day of year.
|
ChronoElement<HistoricEra> |
ChronoHistory.era()
Defines the element for the historic era.
|
ChronoElement<Integer> |
ChronoHistory.yearOfEra(YearDefinition yearDefinition)
Defines the element for the year of a given historic era.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ChronoElement<?>> |
ChronoHistory.getElements()
Yields all associated elements.
|
| Modifier and Type | Field and Description |
|---|---|
static ChronoElement<Weekday> |
SpanOfWeekdays.END
Denotes the end of this span of weekdays (inclusive).
|
static ChronoElement<Integer> |
CalendarMonth.MONTH_AS_NUMBER
Element with the month as number in the value range
1 - 12. |
static ChronoElement<Month> |
CalendarMonth.MONTH_OF_YEAR
Element with the month of year in the value range
January - December. |
static ChronoElement<Quarter> |
CalendarQuarter.QUARTER_OF_YEAR
Element with the quarter of year in the value range
Q1-Q4. |
static ChronoElement<Weekday> |
SpanOfWeekdays.START
Denotes the start of this span of weekdays.
|
static ChronoElement<Integer> |
CalendarWeek.WEEK_OF_YEAR
Element with the week of year in the value range
1-52/53. |
static ChronoElement<Integer> |
CalendarYear.YEAR
Element with the proleptic iso-year without any era reference and
the value range
-999999999 until 999999999. |
static ChronoElement<Integer> |
CalendarQuarter.YEAR
Element with the proleptic iso-year without any era reference and
the value range
-999999999 until 999999999. |
static ChronoElement<Integer> |
CalendarMonth.YEAR
Element with the proleptic iso-year without any era reference and
the value range
-999999999 until 999999999. |
static ChronoElement<Integer> |
CalendarWeek.YEAR_OF_WEEKDATE
Defines an element for the week-based year in an
ISO-8601-weekdate.
|
Copyright © 2014–2021. All rights reserved.