| 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 ProportionalElement<Integer,PlainDate> |
PlainDate.DAY_OF_MONTH
Element with the day of month in the value range
1-28/29/30/31. |
static ProportionalElement<Integer,PlainDate> |
PlainDate.DAY_OF_QUARTER
Element with the day within a quarter of year in the value range
1-90/91/92. |
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.HOUR_FROM_0_TO_24
Element with the full hour of day in the value range
0-24. |
static ProportionalElement<Integer,PlainTime> |
PlainTime.ISO_HOUR
Deprecated.
Use
PlainTime.HOUR_FROM_0_TO_24 instead, will be removed in next major release |
static ProportionalElement<Long,PlainTime> |
PlainTime.MICRO_OF_DAY
Element with the day time in microseconds in the value range
0-86400000000. |
static ProportionalElement<Integer,PlainTime> |
PlainTime.MICRO_OF_SECOND
Element with the microsecond in the value range
0-999999. |
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.MILLI_OF_SECOND
Element with the millisecond in the value range
0-999. |
static ProportionalElement<Integer,PlainTime> |
PlainTime.MINUTE_OF_DAY
Element with the minute of day in the value range
0-1440. |
static ProportionalElement<Integer,PlainTime> |
PlainTime.MINUTE_OF_HOUR
Element with the minute of hour in the value range
0-59. |
static ProportionalElement<Integer,PlainDate> |
PlainDate.MONTH_AS_NUMBER
Element with the calendar month in numerical form and the value range
1-12. |
static ProportionalElement<Long,PlainTime> |
PlainTime.NANO_OF_DAY
Element with the day time in nanoseconds in the value range
0-86400000000000. |
static ProportionalElement<Integer,PlainTime> |
PlainTime.NANO_OF_SECOND
Element with the nanosecond in the value range
0-999999999. |
static ProportionalElement<Integer,PlainTime> |
PlainTime.SECOND_OF_DAY
Element with the second of day in the value range
0-86400. |
static ProportionalElement<Integer,PlainTime> |
PlainTime.SECOND_OF_MINUTE
Element with the second of minute in the value range
0-59. |
Copyright © 2014–2017. All rights reserved.