com.ibm.icu.util
public class EasterHoliday extends Holiday
UNKNOWN: ICU 2.8 (retainAll) This API might change or be removed in a future release.
Field Summary | |
---|---|
static EasterHoliday | ASCENSION
Ascension, 39 days after Easter |
static EasterHoliday | ASH_WEDNESDAY
Ash Wednesday, start of Lent, 47 days before Easter |
static EasterHoliday | CORPUS_CHRISTI
Corpus Christi, 60 days after Easter |
static EasterHoliday | EASTER_MONDAY
Easter Monday, 1 day after Easter |
static EasterHoliday | EASTER_SUNDAY
Easter Sunday |
static EasterHoliday | GOOD_FRIDAY
Good Friday, 2 days before Easter |
static EasterHoliday | MAUNDY_THURSDAY
Maundy Thursday, 3 days before Easter |
static EasterHoliday | PALM_SUNDAY
Palm Sunday, 7 days before Easter |
static EasterHoliday | PENTECOST
Pentecost (aka Whit Sunday), 49 days after Easter |
static EasterHoliday | SHROVE_TUESDAY
Shrove Tuesday, aka Mardi Gras, 48 days before Easter |
static EasterHoliday | WHIT_MONDAY
Whit Monday, 50 days after Easter |
static EasterHoliday | WHIT_SUNDAY
Whit Sunday (aka Pentecost), 49 days after Easter |
Constructor Summary | |
---|---|
EasterHoliday(String name)
Construct a holiday that falls on Easter Sunday every year
| |
EasterHoliday(int daysAfter, String name)
Construct a holiday that falls a specified number of days before
or after Easter Sunday each year.
| |
EasterHoliday(int daysAfter, boolean orthodox, String name)
Construct a holiday that falls a specified number of days before
or after Easter Sunday each year, using either the Western
or Orthodox calendar.
|
UNKNOWN: ICU 2.8 This API might change or be removed in a future release.
UNKNOWN: ICU 2.8 This API might change or be removed in a future release.
UNKNOWN: ICU 2.8 This API might change or be removed in a future release.
UNKNOWN: ICU 2.8 This API might change or be removed in a future release.
UNKNOWN: ICU 2.8 This API might change or be removed in a future release.
UNKNOWN: ICU 2.8 This API might change or be removed in a future release.
UNKNOWN: ICU 2.8 This API might change or be removed in a future release.
UNKNOWN: ICU 2.8 This API might change or be removed in a future release.
UNKNOWN: ICU 2.8 This API might change or be removed in a future release.
UNKNOWN: ICU 2.8 This API might change or be removed in a future release.
UNKNOWN: ICU 2.8 This API might change or be removed in a future release.
UNKNOWN: ICU 2.8 This API might change or be removed in a future release.
Parameters: name The name of the holiday
UNKNOWN: ICU 2.8 This API might change or be removed in a future release.
Parameters: daysAfter The number of days before (-) or after (+) Easter name The name of the holiday
UNKNOWN: ICU 2.8 This API might change or be removed in a future release.
Parameters: daysAfter The number of days before (-) or after (+) Easter orthodox Use the Orthodox calendar? name The name of the holiday
UNKNOWN: ICU 2.8 This API might change or be removed in a future release.