| Package | Description |
|---|---|
| net.time4j.xml |
Bridge to XML.
|
| Modifier and Type | Method and Description |
|---|---|
static AnnualDate |
AnnualDate.from(MonthDay monthDay)
Converts given JSR-310 type to an annual date.
|
static AnnualDate |
AnnualDate.of(int month,
int dayOfMonth)
Creates a new annual date.
|
static AnnualDate |
AnnualDate.of(Month month,
int dayOfMonth)
Creates a new annual date.
|
static AnnualDate |
AnnualDate.parseXML(String xml)
Parses given string to an annual date where the input is in XML-format "--MM-dd".
|
| Modifier and Type | Method and Description |
|---|---|
static Chronology<AnnualDate> |
AnnualDate.chronology()
Yields the associated chronology.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AnnualDate.compareTo(AnnualDate other) |
boolean |
AnnualDate.isAfter(AnnualDate temporal) |
boolean |
AnnualDate.isBefore(AnnualDate temporal) |
boolean |
AnnualDate.isSimultaneous(AnnualDate temporal) |
Copyright © 2014–2016. All rights reserved.