Uses of Interface
net.time4j.ZonalElement
Package
Description
The main package contains four basic types of ISO-8601, namely
PlainDate
, PlainTime
, PlainTimestamp
and Moment
.-
Uses of ZonalElement in net.time4j
Modifier and TypeInterfaceDescriptioninterface
AdjustableElement<V,T>
Extends a chronological element by some standard ways of manipulation.interface
Represents the calendar date.interface
NavigableElement<V extends Enum<V>>
Defines additional enum-based operators for setting new element values taking into account the old element value.interface
The element for the ordinal weekday in month.interface
ProportionalElement<V extends Number,T>
Defines an element which can interprete its value as proportional value.interface
Represents the wall time.Modifier and TypeFieldDescriptionstatic ZonalElement<Meridiem>
PlainTime.AM_PM_OF_DAY
Element with the half day section relative to noon (ante meridiem or post meridiem).static ZonalElement<BigDecimal>
PlainTime.DECIMAL_HOUR
Decimal hour in the value range0.0
inclusive until24.0
exclusive (inclusive inPlainTime
).static ZonalElement<BigDecimal>
PlainTime.DECIMAL_MINUTE
Decimal minute in the value range0.0
inclusive until60.0
exclusive.static ZonalElement<BigDecimal>
PlainTime.DECIMAL_SECOND
Decimal second in the value range0.0
inclusive until60.0
exclusive.