| 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 TemporalTypes<Date,Moment> |
TemporalTypes.JAVA_UTIL_DATE
Bridge between a traditional Java timestamp of type
java.util.Date and the class Moment. |
static TemporalTypes<Long,Moment> |
TemporalTypes.MILLIS_SINCE_UNIX
Bridge between a traditional Java timestamp as count of milliseconds
since UNIX-epoch and the class
Moment. |
static TemporalTypes<Date,PlainDate> |
TemporalTypes.SQL_DATE
Bridge between a JDBC-Date and the class
PlainDate. |
static TemporalTypes<Time,PlainTime> |
TemporalTypes.SQL_TIME
Bridge between a JDBC-Time and the class
PlainTime. |
static TemporalTypes<Timestamp,PlainTimestamp> |
TemporalTypes.SQL_TIMESTAMP
Bridge between a JDBC-Timestamp and the class
PlainTimestamp. |
Copyright © 2014. All rights reserved.