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 AnnualDateConverts given JSR-310 type to an annual date.static AnnualDateAnnualDate.from(GregorianDate date)Converts given gregorian date to an annual date.static AnnualDateAnnualDate.nowInSystemTime()Obtains the current annual date in system time.static AnnualDateAnnualDate.of(int month, int dayOfMonth)Creates a new annual date.static AnnualDateCreates a new annual date.static AnnualDateParses 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 TypeMethodDescriptionintAnnualDate.compareTo(AnnualDate other)booleanAnnualDate.isAfter(AnnualDate temporal)booleanAnnualDate.isBefore(AnnualDate temporal)booleanAnnualDate.isSimultaneous(AnnualDate temporal)