Uses of Class
net.time4j.AnnualDate
Package
Description
The main package contains four basic types of ISO-8601, namely
PlainDate
, PlainTime
, PlainTimestamp
and Moment
.-
Uses of AnnualDate in net.time4j
Modifier and TypeMethodDescriptionstatic AnnualDate
Converts given JSR-310 type to an annual date.static AnnualDate
AnnualDate.from(GregorianDate date)
Converts given gregorian date to an annual date.static AnnualDate
AnnualDate.nowInSystemTime()
Obtains the current annual date in system time.static AnnualDate
AnnualDate.of(int month, int dayOfMonth)
Creates a new annual date.static AnnualDate
Creates a new annual date.static AnnualDate
Parses given string to an annual date where the input is in XML-format "--MM-dd".Modifier and TypeMethodDescriptionstatic Chronology<AnnualDate>
AnnualDate.chronology()
Yields the associated chronology.Modifier and TypeMethodDescriptionint
AnnualDate.compareTo(AnnualDate other)
boolean
AnnualDate.isAfter(AnnualDate temporal)
boolean
AnnualDate.isBefore(AnnualDate temporal)
boolean
AnnualDate.isSimultaneous(AnnualDate temporal)