TaiwanCalendar
is a subclass of GregorianCalendar
that numbers years since 1912. The Taiwan calendar is identical to the Gregorian calendar in all respects except for the year and era. Years are numbered since 1912 AD (Gregorian).
The Taiwan Calendar has one era: MINGUO
.
This class should not be subclassed.
TaiwanCalendar usually should be instantiated using {@link com.ibm.icu.util.Calendar#getInstance(ULocale)} passing in a ULocale
with the tag "@calendar=roc"
.
|
|