| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| net.time4j.engine |
Defines the common generic schemes and interfaces of chronological
systems.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsoDateUnit
Represents a calendar unit conforming to ISO-8601.
|
interface |
IsoTimeUnit
Represents a wall time unit conforming to ISO-8601.
|
interface |
IsoUnit
Represents a unit suitable for timestamps which are compositions of
date and time (
PlainTimestamp). |
| Modifier and Type | Class and Description |
|---|---|
class |
CalendarUnit
Represents the most common time units related to a standard
ISO-8601-calendar.
|
class |
ClockUnit
Represents the most common time units on an ISO-8601-conforming
analogue clock counting the scale ticks.
|
class |
SI
Defines the SI-second as the duration of 9,192,631,770 periods of the
radiation corresponding to the transition between the two hyperfine levels
of the ground state of the caesium 133 atom.
|
class |
Weekcycle
Represents a special unit for week-based years which are described by ISO-8601 and
follow the week cycle from Monday to Sunday.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDuration<U extends ChronoUnit>
Defines a timespan using the default algorithm of Time4J.
|
class |
AbstractMetric<U extends ChronoUnit,P extends AbstractDuration<U>>
Represents a metric suitable for the default algorithm of Time4J.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicUnit
Abstract time unit class which can define its own rule.
|
Copyright © 2014–2017. All rights reserved.