Uses of Class
com.ibm.icu.util.DateTimeRule
-
Packages that use DateTimeRule Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of DateTimeRule in com.ibm.icu.util
Methods in com.ibm.icu.util that return DateTimeRule Modifier and Type Method Description DateTimeRule
AnnualTimeZoneRule. getRule()
Gets the start date/time rule associated used by this rule.Constructors in com.ibm.icu.util with parameters of type DateTimeRule Constructor Description AnnualTimeZoneRule(java.lang.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.
-