| 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 | Method and Description |
|---|---|
static TimeAxis<IsoUnit,PlainTimestamp> |
PlainTimestamp.axis()
Provides a static access to the associated time axis respective
chronology which contains the chronological rules.
|
static TimeAxis<IsoTimeUnit,PlainTime> |
PlainTime.axis()
Provides a static access to the associated time axis respective
chronology which contains the chronological rules.
|
static TimeAxis<IsoDateUnit,PlainDate> |
PlainDate.axis()
Provides a static access to the associated chronology on base of
epoch days which contains the chronological rules.
|
static TimeAxis<TimeUnit,Moment> |
Moment.axis()
Provides a static access to the associated time axis respective
chronology which contains the chronological rules.
|
| Modifier and Type | Method and Description |
|---|---|
TimeAxis<U,T> |
TimeAxis.Builder.build()
Creates and registers a time axis.
|
Copyright © 2014–2017. All rights reserved.