| Package | Description |
|---|---|
| sun.util.calendar |
| Modifier and Type | Method and Description |
|---|---|
Era |
CalendarDate.getEra() |
abstract Era |
CalendarSystem.getEra(java.lang.String eraName)
Returns the
Era designated by the era name that
has to be known to this calendar system. |
Era |
AbstractCalendar.getEra(java.lang.String eraName) |
abstract Era[] |
CalendarSystem.getEras()
Returns valid
Eras of this calendar system. |
Era[] |
AbstractCalendar.getEras() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LocalGregorianCalendar.isLeapYear(Era era,
int year) |
LocalGregorianCalendar.Date |
LocalGregorianCalendar.Date.setEra(Era era) |
CalendarDate |
CalendarDate.setEra(Era era)
Sets the era of the date to the specified era.
|
protected void |
AbstractCalendar.setEras(Era[] eras) |
Copyright © 2020. All Rights Reserved.