Uses of Class
net.time4j.AnnualDate
Packages that use 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
Methods in net.time4j that return AnnualDateModifier 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".Methods in net.time4j that return types with arguments of type AnnualDateModifier and TypeMethodDescriptionstatic Chronology<AnnualDate>
AnnualDate.chronology()
Yields the associated chronology.Methods in net.time4j with parameters of type AnnualDateModifier and TypeMethodDescriptionint
AnnualDate.compareTo(AnnualDate other)
boolean
AnnualDate.isAfter(AnnualDate temporal)
boolean
AnnualDate.isBefore(AnnualDate temporal)
boolean
AnnualDate.isSimultaneous(AnnualDate temporal)