Uses of Interface
com.ibm.icu.util.DateRule
-
Packages that use DateRule Package Description 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 Modifier and Type Class Description class
EasterHoliday
Note: The Holiday framework is a technology preview.class
HebrewHoliday
Note: The Holiday framework is a technology preview.class
Holiday
Note: The Holiday framework is a technology preview.class
RangeDateRule
Note: The Holiday framework is a technology preview.class
SimpleDateRule
Note: The Holiday framework is a technology preview.class
SimpleHoliday
Note: The Holiday framework is a technology preview.Methods in com.ibm.icu.util that return DateRule Modifier and Type Method Description DateRule
Holiday. getRule()
Methods in com.ibm.icu.util with parameters of type DateRule Modifier and Type Method Description void
RangeDateRule. add(DateRule rule)
void
RangeDateRule. add(java.util.Date start, DateRule rule)
void
Holiday. setRule(DateRule rule)
Constructors in com.ibm.icu.util with parameters of type DateRule Constructor Description Holiday(java.lang.String name, DateRule rule)
Construct a new Holiday object.
-