| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| Modifier and Type | Field and Description |
|---|---|
static ZonalElement<Meridiem> |
PlainTime.AM_PM_OF_DAY
Element with the half day section relative to noon (ante meridiem
or post meridiem).
|
| Modifier and Type | Method and Description |
|---|---|
static Meridiem |
Meridiem.ofHour(int hour)
Calculates the meridiem value dependent on given hour of day.
|
static Meridiem |
Meridiem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Meridiem[] |
Meridiem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2015. All rights reserved.