| 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<Date,Moment> |
TemporalType.JAVA_UTIL_DATE
Bridge between a traditional Java timestamp of type
java.util.Date and the class Moment. |
static TemporalType<Long,Moment> |
TemporalType.MILLIS_SINCE_UNIX
Bridge between a traditional Java timestamp as count of milliseconds
since UNIX-epoch and the class
Moment. |
static TemporalType<Date,PlainDate> |
TemporalType.SQL_DATE
Bridge between a JDBC-Date and the class
PlainDate. |
static TemporalType<Time,PlainTime> |
TemporalType.SQL_TIME
Bridge between a JDBC-Time and the class
PlainTime. |
static TemporalType<Timestamp,PlainTimestamp> |
TemporalType.SQL_TIMESTAMP
Bridge between a JDBC-Timestamp and the class
PlainTimestamp. |
static TemporalType<XMLGregorianCalendar,PlainDate> |
TemporalType.XML_DATE
Bridge between a XML-date according to
xsd:date
and the type PlainDate. |
static TemporalType<XMLGregorianCalendar,PlainTimestamp> |
TemporalType.XML_DATE_TIME
Bridge between a XML-timestamp according to
xsd:dateTime
(without timezone-offset) and the type PlainTimestamp. |
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. |
static TemporalType<Duration,Duration<IsoUnit>> |
TemporalType.XML_DURATION
Bridge between a XML-duration according to
xsd:duration
and the Time4J-type Duration. |
static TemporalType<XMLGregorianCalendar,PlainTime> |
TemporalType.XML_TIME
Bridge between a XML-time according to
xsd:time
and the type PlainTime. |
Copyright © 2014. All rights reserved.