Uses of Enum Class
javax.time.calendar.AmPmOfDay
Packages that use AmPmOfDay
Package
Description
Provides classes to manage the human time scale including date, time,
date-time and time-zone representations.
-
Uses of AmPmOfDay in javax.time.calendar
Subclasses with type arguments of type AmPmOfDay in javax.time.calendarModifier and TypeClassDescriptionenumA half-day before or after midday, with the values 'AM' and 'PM'.(package private) static final classRule implementation.Fields in javax.time.calendar with type parameters of type AmPmOfDayModifier and TypeFieldDescription(package private) static final DateTimeFieldRule<AmPmOfDay> ISOChronology.AmPmOfDayRule.INSTANCESingleton instance.Methods in javax.time.calendar that return AmPmOfDayModifier and TypeMethodDescriptionISOChronology.AmPmOfDayRule.convertIntToValue(int value) protected AmPmOfDayISOChronology.AmPmOfDayRule.derive(Calendrical calendrical) protected AmPmOfDayISOChronology.AmPmOfDayRule.interpret(CalendricalMerger merger, Object value) static AmPmOfDayAmPmOfDay.of(int amPmOfDay) Obtains an instance ofAmPmOfDayfrom anintvalue.static AmPmOfDayReturns the enum constant of this class with the specified name.static AmPmOfDay[]AmPmOfDay.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in javax.time.calendar that return types with arguments of type AmPmOfDayModifier and TypeMethodDescriptionstatic DateTimeFieldRule<AmPmOfDay> ISOChronology.amPmOfDayRule()Gets the rule for the AM/PM of day field.Methods in javax.time.calendar with parameters of type AmPmOfDayModifier and TypeMethodDescriptionintISOChronology.AmPmOfDayRule.convertValueToInt(AmPmOfDay value)