| Package | Description |
|---|---|
| com.ibm.icu.util |
International calendars and other utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EasterHoliday
A Holiday subclass which represents holidays that occur
a fixed number of days before or after Easter.
|
class |
HebrewHoliday |
class |
Holiday
An abstract class representing a holiday.
|
class |
RangeDateRule
Implementation of DateRule that takes a range.
|
class |
SimpleDateRule
Simple implementation of DateRule.
|
class |
SimpleHoliday
A holiday whose date can be represented by a month, day, and optionally day of week
in the Gregorian calendar.
|
| Modifier and Type | Method and Description |
|---|---|
DateRule |
Holiday.getRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
RangeDateRule.add(Date start,
DateRule rule) |
void |
RangeDateRule.add(DateRule rule) |
void |
Holiday.setRule(DateRule rule) |
| Constructor and Description |
|---|
Holiday(String name,
DateRule rule)
Construct a new Holiday object.
|
Copyright (c) 2009 IBM Corporation and others.