| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| 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 |
OrdinalWeekdayElement
The element for the ordinal weekday in month.
|
interface |
ProportionalElement<V extends Number,T>
Defines an element which can interprete its value as proportional
value.
|
interface |
WallTimeElement
Represents the wall time.
|
| Modifier and Type | Field and Description |
|---|---|
static ZonalElement<Meridiem> |
PlainTime.AM_PM_OF_DAY
Element with the half day section relative to noon (ante meridiem
or post meridiem).
|
static ZonalElement<BigDecimal> |
PlainTime.DECIMAL_HOUR
Decimal hour in the value range
0.0 inclusive until
24.0 exclusive (inclusive in PlainTime). |
static ZonalElement<BigDecimal> |
PlainTime.DECIMAL_MINUTE
Decimal minute in the value range
0.0 inclusive until
60.0 exclusive. |
static ZonalElement<BigDecimal> |
PlainTime.DECIMAL_SECOND
Decimal second in the value range
0.0 inclusive until
60.0 exclusive. |
Copyright © 2014–2017. All rights reserved.