| 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 PlainDate |
PlainDate.of(long amount,
EpochDays epoch)
Creates a new date based on count of days since given epoch.
|
| Modifier and Type | Method and Description |
|---|---|
static EpochDays |
EpochDays.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EpochDays[] |
EpochDays.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long |
EpochDays.transform(long amount,
EpochDays epoch)
Converts given day number to a day number based on this epoch
at reference time of midnight.
|
Copyright © 2014. All rights reserved.