Uses of Enum
org.threeten.extra.AmPm

Packages that use AmPm
Package
Description
Value types and utilities that extend java.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 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.