Uses of Class
org.threeten.extra.AmPm
-
Packages that use AmPm Package Description org.threeten.extra Value types and utilities that extendjava.time.*
. -
-
Uses of AmPm in org.threeten.extra
Methods in org.threeten.extra that return AmPm Modifier and Type Method Description static AmPm
AmPm. from(TemporalAccessor temporal)
Obtains an instance ofAmPm
from a temporal object.static AmPm
AmPm. of(int amPmValue)
Obtains an instance ofAmPm
from anint
value.static AmPm
AmPm. ofHour(int hourOfDay)
Obtains an instance ofAmPm
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.
-