Uses of Class
javax.time.calendar.AmPmOfDay
-
Packages that use AmPmOfDay Package Description javax.time.calendar Provides classes to manage the human time scale including date, time, date-time and time-zone representations. -
-
Uses of AmPmOfDay in javax.time.calendar
Fields in javax.time.calendar with type parameters of type AmPmOfDay Modifier and Type Field Description (package private) static DateTimeFieldRule<AmPmOfDay>ISOChronology.AmPmOfDayRule. INSTANCESingleton instance.Methods in javax.time.calendar that return AmPmOfDay Modifier and Type Method Description AmPmOfDayISOChronology.AmPmOfDayRule. convertIntToValue(int value)protected AmPmOfDayISOChronology.AmPmOfDayRule. derive(Calendrical calendrical)protected AmPmOfDayISOChronology.AmPmOfDayRule. interpret(CalendricalMerger merger, java.lang.Object value)static AmPmOfDayAmPmOfDay. of(int amPmOfDay)Obtains an instance ofAmPmOfDayfrom anintvalue.static AmPmOfDayAmPmOfDay. valueOf(java.lang.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.Methods in javax.time.calendar that return types with arguments of type AmPmOfDay Modifier and Type Method Description static DateTimeFieldRule<AmPmOfDay>ISOChronology. amPmOfDayRule()Gets the rule for the AM/PM of day field.Methods in javax.time.calendar with parameters of type AmPmOfDay Modifier and Type Method Description intISOChronology.AmPmOfDayRule. convertValueToInt(AmPmOfDay value)
-