| 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 |
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.
|
| Modifier and Type | Field and Description |
|---|---|
static AdjustableElement<Integer,PlainTime> |
PlainTime.CLOCK_HOUR_OF_AMPM
Element with the hour of half day in the value range
1-12
(dial on an analogue watch). |
static AdjustableElement<Integer,PlainTime> |
PlainTime.CLOCK_HOUR_OF_DAY
Element with the hour in the value range
1-24 (analogue
display). |
static AdjustableElement<Integer,PlainDate> |
PlainDate.YEAR
Element with the proleptic iso-year without any era reference and
the value range
-999999999 until 999999999. |
static AdjustableElement<Integer,PlainDate> |
PlainDate.YEAR_OF_WEEKDATE
Defines an element for the week-based year in an
ISO-8601-weekdate.
|
| Modifier and Type | Method and Description |
|---|---|
AdjustableElement<Integer,PlainDate> |
Weekmodel.boundedWeekOfMonth()
Defines an element for the week of month with a localized week number,
constrained to the current calendar month.
|
AdjustableElement<Integer,PlainDate> |
Weekmodel.boundedWeekOfYear()
Defines an element for the week of year with a localized week number,
constrained to the current calendar year.
|
AdjustableElement<Integer,PlainDate> |
Weekmodel.weekOfMonth()
Defines an element for the calendar week of month with a localized
week number.
|
AdjustableElement<Integer,PlainDate> |
Weekmodel.weekOfYear()
Defines an element for the calendar week of year with a localized
week number.
|
Copyright © 2014–2015. All rights reserved.