|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateRule | |
---|---|
com.ibm.icu.util | International calendars and other utility classes. |
Uses of DateRule in com.ibm.icu.util |
---|
Classes in com.ibm.icu.util that implement DateRule | |
---|---|
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. |
Methods in com.ibm.icu.util that return DateRule | |
---|---|
DateRule |
Holiday.getRule()
|
Methods in com.ibm.icu.util with parameters of type DateRule | |
---|---|
void |
RangeDateRule.add(Date start,
DateRule rule)
|
void |
RangeDateRule.add(DateRule rule)
|
void |
Holiday.setRule(DateRule rule)
|
Constructors in com.ibm.icu.util with parameters of type DateRule | |
---|---|
Holiday(String name,
DateRule rule)
Construct a new Holiday object. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |