Uses of Enum Class
net.time4j.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
Modifier and TypeFieldDescriptionstatic ZonalElement<Meridiem>
PlainTime.AM_PM_OF_DAY
Element with the half day section relative to noon (ante meridiem or post meridiem).Modifier 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
Modifier and TypeFieldDescriptionstatic ChronoElement<Meridiem>
EthiopianTime.AM_PM_OF_DAY
Behaves likePlainTime.AM_PM_OF_DAY
.