| Package | Description |
|---|---|
| org.threeten.extra |
| Modifier and Type | Method and Description |
|---|---|
static AmPm |
AmPm.from(java.time.temporal.TemporalAccessor temporal)
Obtains an instance of
AmPm from a temporal object. |
static AmPm |
AmPm.of(int amPmValue)
Obtains an instance of
AmPm from an int value. |
static AmPm |
AmPm.ofHour(int hourOfDay)
Obtains an instance of
AmPm from an hour-of-day. |
static AmPm |
AmPm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmPm[] |
AmPm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2014 ThreeTen.org. All rights reserved.