Uses of Class
com.ibm.icu.util.GregorianCalendar
-
Packages that use GregorianCalendar Package Description com.ibm.icu.util -
-
Uses of GregorianCalendar in com.ibm.icu.util
Subclasses of GregorianCalendar in com.ibm.icu.util Modifier and Type Class Description class
BuddhistCalendar
BuddhistCalendar
is a subclass ofGregorianCalendar
that numbers years since the birth of the Buddha.class
JapaneseCalendar
JapaneseCalendar
is a subclass ofGregorianCalendar
that numbers years and eras based on the reigns of the Japanese emperors.class
TaiwanCalendar
TaiwanCalendar
is a subclass ofGregorianCalendar
that numbers years since 1912.Fields in com.ibm.icu.util declared as GregorianCalendar Modifier and Type Field Description private GregorianCalendar
EasterRule. calendar
Methods in com.ibm.icu.util with parameters of type GregorianCalendar Modifier and Type Method Description private java.util.Date
EasterRule. computeInYear(java.util.Date date, GregorianCalendar cal)
Compute the month and date on which this holiday falls in the year containing the date "date".
-