| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| net.time4j.range |
Interval support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnualDate
Represents a combination of month and day-of-month as XML-pendant for
xsd:gMonthDay. |
class |
Moment
Represents an instant/moment on the universal timeline with reference
to the timezone UTC (UTC+00:00 / Greenwich-meridian).
|
class |
Month
Enumeration of months in ISO-8601-calendar.
|
class |
PlainDate
Represents a plain calendar date in conformance to ISO-8601-standard using the gregorian calendar rules
for all times.
|
class |
PlainTime
Represents a plain wall time without any timezone or date component
as defined in ISO-8601 up to nanosecond precision.
|
class |
PlainTimestamp
Represents a plain composition of calendar date and wall time as defined
in ISO-8601, but without any timezone.
|
class |
Weekday
Enumeration of weekdays.
|
class |
ZonalDateTime
Combination of UTC-moment and timezone.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CalendarMonth
Represents the month of a gregorian calendar year as interval
(like from 1st of January until end of January).
|
class |
CalendarYear
Represents a full gregorian calendar year as interval from 1st of January until end of December.
|
Copyright © 2014–2021. All rights reserved.