Package | Description |
---|---|
javax.time.calendar |
Provides classes to manage the human time scale including date, time,
date-time and time-zone representations.
|
Modifier and Type | Method and Description |
---|---|
static AmPmOfDay |
AmPmOfDay.of(int amPmOfDay)
Obtains an instance of
AmPmOfDay from an int value. |
static AmPmOfDay |
AmPmOfDay.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmPmOfDay[] |
AmPmOfDay.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DateTimeFieldRule<AmPmOfDay> |
ISOChronology.amPmOfDayRule()
Gets the rule for the AM/PM of day field.
|
Copyright © 2014. All rights reserved.