Uses of Class
com.ibm.icu.util.DateTimeRule
Packages that use DateTimeRule
-
Uses of DateTimeRule in com.ibm.icu.util
Fields in com.ibm.icu.util declared as DateTimeRuleMethods in com.ibm.icu.util that return DateTimeRuleModifier and TypeMethodDescriptionAnnualTimeZoneRule.getRule()
Gets the start date/time rule associated used by this rule.private static DateTimeRule
VTimeZone.toWallTimeRule
(DateTimeRule rule, int rawOffset, int dstSavings) Methods in com.ibm.icu.util with parameters of type DateTimeRuleModifier and TypeMethodDescriptionprivate static boolean
VTimeZone.isEquivalentDateRule
(int month, int weekInMonth, int dayOfWeek, DateTimeRule dtrule) private static DateTimeRule
VTimeZone.toWallTimeRule
(DateTimeRule rule, int rawOffset, int dstSavings) Constructors in com.ibm.icu.util with parameters of type DateTimeRuleModifierConstructorDescriptionAnnualTimeZoneRule
(String name, int rawOffset, int dstSavings, DateTimeRule dateTimeRule, int startYear, int endYear) Constructs aAnnualTimeZoneRule
with the name, the GMT offset of its standard time, the amount of daylight saving offset adjustment, the annual start time rule and the start/until years.