Uses of Enum
org.threeten.extra.AmPm
Packages that use AmPm
-
Uses of AmPm in org.threeten.extra
Methods in org.threeten.extra that return AmPmModifier and TypeMethodDescriptionstatic AmPmAmPm.from(TemporalAccessor temporal) Obtains an instance ofAmPmfrom a temporal object.static AmPmAmPm.of(int amPmValue) Obtains an instance ofAmPmfrom anintvalue.static AmPmAmPm.ofHour(int hourOfDay) Obtains an instance ofAmPmfrom an hour-of-day.static AmPmReturns 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.