Uses of Enum Class
net.time4j.tz.model.OffsetIndicator
Package
Description
Permits the construction of historized or rule-based timezones.
-
Uses of OffsetIndicator in net.time4j.tz.model
Modifier and TypeMethodDescriptionDaylightSavingRule.getIndicator()
Yields the offset indicator which must be consulted when interpreting the date and time of time switch in terms of UTC.static OffsetIndicator
OffsetIndicator.parseSymbol(char symbol)
Interpretes given symbol as indicator.static OffsetIndicator
Returns the enum constant of this class with the specified name.static OffsetIndicator[]
OffsetIndicator.values()
Returns an array containing the constants of this enum class, in the order they are declared.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.