Uses of Class
net.time4j.tz.model.GregorianTimezoneRule
Package
Description
Permits the construction of historized or rule-based timezones.
-
Uses of GregorianTimezoneRule in net.time4j.tz.model
Modifier and TypeMethodDescriptionstatic GregorianTimezoneRule
GregorianTimezoneRule.ofFixedDay(Month month, int dayOfMonth, int timeOfDay, OffsetIndicator indicator, int savings)
Creates a rule for a fixed day in given month.static GregorianTimezoneRule
GregorianTimezoneRule.ofFixedDay(Month month, int dayOfMonth, PlainTime timeOfDay, OffsetIndicator indicator, int savings)
Creates a rule for a fixed day in given month.static GregorianTimezoneRule
GregorianTimezoneRule.ofLastWeekday(Month month, Weekday dayOfWeek, int timeOfDay, OffsetIndicator indicator, int savings)
Creates a rule for the last day of week in given month.static GregorianTimezoneRule
GregorianTimezoneRule.ofLastWeekday(Month month, Weekday dayOfWeek, PlainTime timeOfDay, OffsetIndicator indicator, int savings)
Creates a rule for the last day of week in given month.static GregorianTimezoneRule
GregorianTimezoneRule.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 GregorianTimezoneRule
GregorianTimezoneRule.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 GregorianTimezoneRule
GregorianTimezoneRule.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 GregorianTimezoneRule
GregorianTimezoneRule.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.