| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Method and Description |
|---|---|
static EastAsianYear |
EastAsianYear.forDangi(int dangiYear)
Determines the East Asian year corresponding to given dangi year
which starts counting in year BC 2333 or later.
|
static EastAsianYear |
EastAsianYear.forGregorian(int relatedGregorianYear)
Determines the East Asian year corresponding to given related gregorian year.
|
static EastAsianYear |
EastAsianYear.forJuche(int jucheYear)
Determines the East Asian year corresponding to given Juche year
which starts counting in gregorian year 1912 or later.
|
static EastAsianYear |
EastAsianYear.forMinguo(int minguoYear)
Determines the East Asian year corresponding to given minguo year
which starts counting in gregorian year 1912 or later.
|
EastAsianYear |
CyclicYear.inCycle(int cycle)
Obtains a year reference for given cycle number (technical identifier).
|
EastAsianYear |
CyclicYear.inQingDynasty(ChineseEra era)
Obtains an unambivalent year reference for given Qing dynasty.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
VietnameseCalendar.isValid(EastAsianYear year,
EastAsianMonth month,
int dayOfMonth)
Queries if given parameter values form a well defined calendar date.
|
static boolean |
KoreanCalendar.isValid(EastAsianYear year,
EastAsianMonth month,
int dayOfMonth)
Queries if given parameter values form a well defined calendar date.
|
static boolean |
ChineseCalendar.isValid(EastAsianYear year,
EastAsianMonth month,
int dayOfMonth)
Queries if given parameter values form a well defined calendar date.
|
static VietnameseCalendar |
VietnameseCalendar.of(EastAsianYear year,
EastAsianMonth month,
int dayOfMonth)
Creates a new instance of a Vietnamese calendar date.
|
static KoreanCalendar |
KoreanCalendar.of(EastAsianYear year,
EastAsianMonth month,
int dayOfMonth)
Creates a new instance of a Korean calendar date.
|
static ChineseCalendar |
ChineseCalendar.of(EastAsianYear year,
EastAsianMonth month,
int dayOfMonth)
Creates a new instance of a Chinese calendar date.
|
Copyright © 2014–2021. All rights reserved.