| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| net.time4j.sql |
Bridge to JDBC.
|
| Modifier and Type | Field and Description |
|---|---|
static TemporalType<Clock,TimeSource<?>> |
TemporalType.CLOCK
Bridge between the JSR-310-class
java.time.Clock and
the interface net.time4j.base.TimeSource. |
static TemporalType<Instant,Moment> |
TemporalType.INSTANT
Bridge between the JSR-310-class
java.time.Instant and
the class Moment. |
static TemporalType<Calendar,ZonalDateTime> |
TemporalType.JAVA_UTIL_CALENDAR
Bridge between a traditional Java calendar of type
java.util.Calendar and the class ZonalDateTime. |
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<TimeZone,Timezone> |
TemporalType.JAVA_UTIL_TIMEZONE
Bridge between a traditional Java timezone of type
java.util.TimeZone and the class net.time4j.tz.Timezone. |
static TemporalType<LocalDate,PlainDate> |
TemporalType.LOCAL_DATE
Bridge between the JSR-310-class
java.time.LocalDate and
the class PlainDate. |
static TemporalType<LocalDateTime,PlainTimestamp> |
TemporalType.LOCAL_DATE_TIME
Bridge between the JSR-310-class
java.time.LocalDateTime and
the class PlainTimestamp. |
static TemporalType<LocalTime,PlainTime> |
TemporalType.LOCAL_TIME
Bridge between the JSR-310-class
java.time.LocalTime and
the class PlainTime. |
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<Duration,Duration<ClockUnit>> |
TemporalType.THREETEN_DURATION
Bridge between the JSR-310-class
java.time.Duration and
the class net.time4j.Duration. |
static TemporalType<Period,Duration<CalendarUnit>> |
TemporalType.THREETEN_PERIOD
Bridge between the JSR-310-class
java.time.Period and
the class net.time4j.Duration. |
static TemporalType<ZonedDateTime,ZonalDateTime> |
TemporalType.ZONED_DATE_TIME
Bridge between the JSR-310-class
java.time.ZonedDateTime and
the class ZonalDateTime. |
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCAdapter<S,T>
Serves as bridge to temporal types in JDBC.
|
Copyright © 2014–2017. All rights reserved.