Uses of Interface
net.time4j.ProportionalElement
Packages that use 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
Fields in net.time4j declared as ProportionalElementModifier and TypeFieldDescriptionstatic ProportionalElement<Integer,PlainDate>PlainDate.DAY_OF_MONTHElement with the day of month in the value range1-28/29/30/31.static ProportionalElement<Integer,PlainDate>PlainDate.DAY_OF_QUARTERElement with the day within a quarter of year in the value range1-90/91/92.static ProportionalElement<Integer,PlainDate>PlainDate.DAY_OF_YEARElement with the day of year in the value range1-365/366).static ProportionalElement<Integer,PlainTime>PlainTime.DIGITAL_HOUR_OF_AMPMElement with the digital hour of half day in the value range0-11.static ProportionalElement<Integer,PlainTime>PlainTime.DIGITAL_HOUR_OF_DAYElement with the digital hour in the value range0-23.static ProportionalElement<Integer,PlainTime>PlainTime.HOUR_FROM_0_TO_24Element with the full hour of day in the value range0-24.static ProportionalElement<Long,PlainTime>PlainTime.MICRO_OF_DAYElement with the day time in microseconds in the value range0-86400000000.static ProportionalElement<Integer,PlainTime>PlainTime.MICRO_OF_SECONDElement with the microsecond in the value range0-999999.static ProportionalElement<Integer,PlainTime>PlainTime.MILLI_OF_DAYElement with the day time in milliseconds in the value range0-86400000.static ProportionalElement<Integer,PlainTime>PlainTime.MILLI_OF_SECONDElement with the millisecond in the value range0-999.static ProportionalElement<Integer,PlainTime>PlainTime.MINUTE_OF_DAYElement with the minute of day in the value range0-1440.static ProportionalElement<Integer,PlainTime>PlainTime.MINUTE_OF_HOURElement with the minute of hour in the value range0-59.static ProportionalElement<Integer,PlainDate>PlainDate.MONTH_AS_NUMBERElement with the calendar month in numerical form and the value range1-12.static ProportionalElement<Long,PlainTime>PlainTime.NANO_OF_DAYElement with the day time in nanoseconds in the value range0-86400000000000.static ProportionalElement<Integer,PlainTime>PlainTime.NANO_OF_SECONDElement with the nanosecond in the value range0-999999999.static ProportionalElement<Integer,PlainTime>PlainTime.SECOND_OF_DAYElement with the second of day in the value range0-86400.static ProportionalElement<Integer,PlainTime>PlainTime.SECOND_OF_MINUTEElement with the second of minute in the value range0-59.