Uses of Interface
net.time4j.ProportionalElement
Package
Description
The main package contains four basic types of ISO-8601, namely
PlainDate
, PlainTime
, PlainTimestamp
and Moment
.-
Uses of ProportionalElement in net.time4j
Modifier and TypeFieldDescriptionstatic ProportionalElement<Integer,PlainDate>
PlainDate.DAY_OF_MONTH
Element with the day of month in the value range1-28/29/30/31
.static ProportionalElement<Integer,PlainDate>
PlainDate.DAY_OF_QUARTER
Element with the day within a quarter of year in the value range1-90/91/92
.static ProportionalElement<Integer,PlainDate>
PlainDate.DAY_OF_YEAR
Element with the day of year in the value range1-365/366
).static ProportionalElement<Integer,PlainTime>
PlainTime.DIGITAL_HOUR_OF_AMPM
Element with the digital hour of half day in the value range0-11
.static ProportionalElement<Integer,PlainTime>
PlainTime.DIGITAL_HOUR_OF_DAY
Element with the digital hour in the value range0-23
.static ProportionalElement<Integer,PlainTime>
PlainTime.HOUR_FROM_0_TO_24
Element with the full hour of day in the value range0-24
.static ProportionalElement<Long,PlainTime>
PlainTime.MICRO_OF_DAY
Element with the day time in microseconds in the value range0-86400000000
.static ProportionalElement<Integer,PlainTime>
PlainTime.MICRO_OF_SECOND
Element with the microsecond in the value range0-999999
.static ProportionalElement<Integer,PlainTime>
PlainTime.MILLI_OF_DAY
Element with the day time in milliseconds in the value range0-86400000
.static ProportionalElement<Integer,PlainTime>
PlainTime.MILLI_OF_SECOND
Element with the millisecond in the value range0-999
.static ProportionalElement<Integer,PlainTime>
PlainTime.MINUTE_OF_DAY
Element with the minute of day in the value range0-1440
.static ProportionalElement<Integer,PlainTime>
PlainTime.MINUTE_OF_HOUR
Element with the minute of hour in the value range0-59
.static ProportionalElement<Integer,PlainDate>
PlainDate.MONTH_AS_NUMBER
Element with the calendar month in numerical form and the value range1-12
.static ProportionalElement<Long,PlainTime>
PlainTime.NANO_OF_DAY
Element with the day time in nanoseconds in the value range0-86400000000000
.static ProportionalElement<Integer,PlainTime>
PlainTime.NANO_OF_SECOND
Element with the nanosecond in the value range0-999999999
.static ProportionalElement<Integer,PlainTime>
PlainTime.SECOND_OF_DAY
Element with the second of day in the value range0-86400
.static ProportionalElement<Integer,PlainTime>
PlainTime.SECOND_OF_MINUTE
Element with the second of minute in the value range0-59
.