| 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 TemporalType<XMLGregorianCalendar,ZonalMoment> |
TemporalType.XML_DATE_TIME_OFFSET
Bridge between a XML-timestamp according to
xsd:dateTime
inclusive timezone-offset and the type ZonalMoment. |
| Modifier and Type | Method and Description |
|---|---|
ZonalMoment |
Moment.inLocalView()
Creates a combination of this moment and system timezone.
|
ZonalMoment |
Moment.inZonalView(String tzid)
Creates a combination of this moment and given timezone.
|
ZonalMoment |
Moment.inZonalView(TZID tzid)
Creates a combination of this moment and given timezone.
|
static ZonalMoment |
ZonalMoment.parse(String text,
ChronoParser<Moment> parser)
Parses given text to a
ZonalMoment. |
Copyright © 2014. All rights reserved.