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 classEasterHolidayNote: The Holiday framework is a technology preview.classHebrewHolidayNote: The Holiday framework is a technology preview.classHolidayNote: The Holiday framework is a technology preview.classRangeDateRuleNote: The Holiday framework is a technology preview.classSimpleDateRuleNote: The Holiday framework is a technology preview.classSimpleHolidayNote: The Holiday framework is a technology preview.Methods in com.ibm.icu.util that return DateRule Modifier and Type Method Description DateRuleHoliday. getRule()Methods in com.ibm.icu.util with parameters of type DateRule Modifier and Type Method Description voidRangeDateRule. add(DateRule rule)voidRangeDateRule. add(Date start, DateRule rule)voidHoliday. setRule(DateRule rule)Constructors in com.ibm.icu.util with parameters of type DateRule Constructor Description Holiday(String name, DateRule rule)Construct a new Holiday object.
-