Uses of Enum Class
javax.time.calendar.zone.ZoneRulesBuilder.TimeDefinition
Packages that use ZoneRulesBuilder.TimeDefinition
Package
Description
Provides classes to implement time-zones and their rules.
-
Uses of ZoneRulesBuilder.TimeDefinition in javax.time.calendar.zone
Subclasses with type arguments of type ZoneRulesBuilder.TimeDefinition in javax.time.calendar.zoneModifier and TypeClassDescriptionstatic enumA definition of the way a local time can be converted to an offset time.Methods in javax.time.calendar.zone that return ZoneRulesBuilder.TimeDefinitionModifier and TypeMethodDescriptionZoneOffsetTransitionRule.getTimeDefinition()Gets the time definition, specifying how to convert the time to an instant.Returns the enum constant of this class with the specified name.static ZoneRulesBuilder.TimeDefinition[]ZoneRulesBuilder.TimeDefinition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in javax.time.calendar.zone with parameters of type ZoneRulesBuilder.TimeDefinitionModifier and TypeMethodDescriptionZoneRulesBuilder.addRuleToWindow(int startYear, int endYear, MonthOfYear month, int dayOfMonthIndicator, DayOfWeek dayOfWeek, LocalTime time, boolean timeEndOfDay, ZoneRulesBuilder.TimeDefinition timeDefinition, Period savingAmount) Adds a multi-year transition rule to the current window.ZoneRulesBuilder.addRuleToWindow(int year, MonthOfYear month, int dayOfMonthIndicator, LocalTime time, boolean timeEndOfDay, ZoneRulesBuilder.TimeDefinition timeDefinition, Period savingAmount) Adds a single transition rule to the current window.ZoneRulesBuilder.addRuleToWindow(LocalDateTime dateTime, ZoneRulesBuilder.TimeDefinition timeDefinition, Period savingAmount) Adds a single transition rule to the current window.ZoneRulesBuilder.addWindow(ZoneOffset standardOffset, LocalDateTime until, ZoneRulesBuilder.TimeDefinition untilDefinition) Adds a window to the builder that can be used to filter a set of rules.static ZoneOffsetTransitionRuleZoneOffsetTransitionRule.of(MonthOfYear month, int dayOfMonthIndicator, DayOfWeek dayOfWeek, LocalTime time, boolean timeEndOfDay, ZoneRulesBuilder.TimeDefinition timeDefnition, ZoneOffset standardOffset, ZoneOffset offsetBefore, ZoneOffset offsetAfter) Creates an instance defining the yearly rule to create transitions between two offsets.Constructors in javax.time.calendar.zone with parameters of type ZoneRulesBuilder.TimeDefinitionModifierConstructorDescriptionZoneOffsetTransitionRule(MonthOfYear month, int dayOfMonthIndicator, DayOfWeek dayOfWeek, LocalTime time, boolean timeEndOfDay, ZoneRulesBuilder.TimeDefinition timeDefnition, ZoneOffset standardOffset, ZoneOffset offsetBefore, ZoneOffset offsetAfter) Creates an instance defining the yearly rule to create transitions between two offsets.