Uses of Class
net.time4j.tz.model.GregorianTimezoneRule
Packages that use GregorianTimezoneRule
Package
Description
Permits the construction of historized or rule-based timezones.
-
Uses of GregorianTimezoneRule in net.time4j.tz.model
Methods in net.time4j.tz.model that return GregorianTimezoneRuleModifier and TypeMethodDescriptionstatic GregorianTimezoneRuleGregorianTimezoneRule.ofFixedDay(Month month, int dayOfMonth, int timeOfDay, OffsetIndicator indicator, int savings)Creates a rule for a fixed day in given month.static GregorianTimezoneRuleGregorianTimezoneRule.ofFixedDay(Month month, int dayOfMonth, PlainTime timeOfDay, OffsetIndicator indicator, int savings)Creates a rule for a fixed day in given month.static GregorianTimezoneRuleGregorianTimezoneRule.ofLastWeekday(Month month, Weekday dayOfWeek, int timeOfDay, OffsetIndicator indicator, int savings)Creates a rule for the last day of week in given month.static GregorianTimezoneRuleGregorianTimezoneRule.ofLastWeekday(Month month, Weekday dayOfWeek, PlainTime timeOfDay, OffsetIndicator indicator, int savings)Creates a rule for the last day of week in given month.static GregorianTimezoneRuleGregorianTimezoneRule.ofWeekdayAfterDate(Month month, int dayOfMonth, Weekday dayOfWeek, int timeOfDay, OffsetIndicator indicator, int savings)Creates a rule for a day of week after the given reference date.static GregorianTimezoneRuleGregorianTimezoneRule.ofWeekdayAfterDate(Month month, int dayOfMonth, Weekday dayOfWeek, PlainTime timeOfDay, OffsetIndicator indicator, int savings)Creates a rule for a day of week after the given reference date.static GregorianTimezoneRuleGregorianTimezoneRule.ofWeekdayBeforeDate(Month month, int dayOfMonth, Weekday dayOfWeek, int timeOfDay, OffsetIndicator indicator, int savings)Creates a rule for a day of week before the given reference date.static GregorianTimezoneRuleGregorianTimezoneRule.ofWeekdayBeforeDate(Month month, int dayOfMonth, Weekday dayOfWeek, PlainTime timeOfDay, OffsetIndicator indicator, int savings)Creates a rule for a day of week before the given reference date.