Uses of Class
javax.time.calendar.zone.ZoneRulesBuilder.TZWindow
Packages that use ZoneRulesBuilder.TZWindow
Package
Description
Provides classes to implement time-zones and their rules.
-
Uses of ZoneRulesBuilder.TZWindow in javax.time.calendar.zone
Fields in javax.time.calendar.zone with type parameters of type ZoneRulesBuilder.TZWindowModifier and TypeFieldDescriptionprivate List
<ZoneRulesBuilder.TZWindow> ZoneRulesBuilder.windowList
The list of windows.Methods in javax.time.calendar.zone with parameters of type ZoneRulesBuilder.TZWindowModifier and TypeMethodDescription(package private) void
ZoneRulesBuilder.TZWindow.validateWindowOrder
(ZoneRulesBuilder.TZWindow previous) Validates that this window is after the previous one.