| 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 | Class and Description |
|---|---|
class |
PlainDate
Represents a plain calendar date in conformance to ISO-8601-standard.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Calendrical<U,D extends Calendrical<U,D>>
Abstract base class of all plain calendar date types which are
convertible via their day epoch numbers.
|
| Modifier and Type | Method and Description |
|---|---|
static <U,D extends Calendrical<U,D>> |
TimeAxis.Builder.setUp(Class<U> unitType,
Class<D> chronoType,
ChronoMerger<D> merger,
CalendarSystem<D> calendarSystem)
Creates a builder for building a time axis for
plain calendrical objects.
|
<T extends Calendrical<?,T>> |
Calendrical.transform(Class<T> target)
Converts this calendar date to the given target type based on
the count of days relative to UTC epoch [1972-01-01].
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Calendrical.isAfter(Calendrical<?,?> date) |
boolean |
Calendrical.isBefore(Calendrical<?,?> date) |
boolean |
Calendrical.isSimultaneous(Calendrical<?,?> date) |
Copyright © 2014. All rights reserved.