Uses of Enum Class
net.time4j.Meridiem
Packages that use Meridiem
Package
Description
The main package contains four basic types of ISO-8601, namely
PlainDate
, PlainTime
, PlainTimestamp
and Moment
.Support for various regional calendars.
-
Uses of Meridiem in net.time4j
Fields in net.time4j with type parameters of type MeridiemModifier and TypeFieldDescriptionstatic ZonalElement<Meridiem>
PlainTime.AM_PM_OF_DAY
Element with the half day section relative to noon (ante meridiem or post meridiem).Methods in net.time4j that return MeridiemModifier and TypeMethodDescriptionstatic Meridiem
Meridiem.ofHour(int hour)
Calculates the meridiem value dependent on given hour of day.static Meridiem
Meridiem.parse(CharSequence text, Locale locale, TextWidth width, OutputContext context)
Tries to interprete given text as AM/PM.static Meridiem
Returns the enum constant of this class with the specified name.static Meridiem[]
Meridiem.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Meridiem in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type MeridiemModifier and TypeFieldDescriptionstatic ChronoElement<Meridiem>
EthiopianTime.AM_PM_OF_DAY
Behaves likePlainTime.AM_PM_OF_DAY
.