| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| 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 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 ProportionalElement<Integer,PlainDate> |
PlainDate.DAY_OF_MONTH
Element with the day of month in the value range
1-28/29/30/31. |
static NavigableElement<Weekday> |
PlainDate.DAY_OF_WEEK
Element with the day of week in the value range
MONDAY-SUNDAY. |
static ProportionalElement<Integer,PlainDate> |
PlainDate.DAY_OF_YEAR
Element with the day of year in the value range
1-365/366). |
static ProportionalElement<Integer,PlainTime> |
PlainTime.DIGITAL_HOUR_OF_AMPM
Element with the digital hour of half day in the value range
0-11. |
static ProportionalElement<Integer,PlainTime> |
PlainTime.DIGITAL_HOUR_OF_DAY
Element with the digital hour in the value range
0-23. |
static ProportionalElement<Integer,PlainTime> |
PlainTime.MILLI_OF_DAY
Element with the day time in milliseconds in the value range
0-86400000. |
static ProportionalElement<Integer,PlainTime> |
PlainTime.MINUTE_OF_HOUR
Element with the minute of hour in the value range
0-59. |
static NavigableElement<Month> |
PlainDate.MONTH_OF_YEAR
Element with the calendar month as enum in the value range
JANUARY-DECEMBER). |
static ProportionalElement<Integer,PlainTime> |
PlainTime.NANO_OF_SECOND
Element with the nanosecond in the value range
0-999999999. |
static NavigableElement<Quarter> |
PlainDate.QUARTER_OF_YEAR
Element with the quarter of year in the value range
Q1-Q4. |
static ProportionalElement<Integer,PlainTime> |
PlainTime.SECOND_OF_MINUTE
Element with the second of minute in the value range
0-59. |
static OrdinalWeekdayElement |
PlainDate.WEEKDAY_IN_MONTH
Element with the ordinal day-of-week within given calendar month
in the value range
1-5. |
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 |
|---|---|
NavigableElement<Weekday> |
Weekmodel.localDayOfWeek()
Defines an element for the weekday with a localized day number in
the value range
1-7. |
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.