Uses of Class
javax.time.calendar.zone.ZoneOffsetInfo
Packages that use ZoneOffsetInfo
Package
Description
Provides classes to implement time-zones and their rules.
-
Uses of ZoneOffsetInfo in javax.time.calendar.zone
Methods in javax.time.calendar.zone that return ZoneOffsetInfoModifier and TypeMethodDescriptionprivate ZoneOffsetInfoStandardZoneRules.findOffsetInfo(LocalDateTime dt, ZoneOffsetTransition trans) Finds the offset info for a local date-time and transition.FixedZoneRules.getOffsetInfo(LocalDateTime dateTime) Gets the offset information for a local date-time in this zone.StandardZoneRules.getOffsetInfo(LocalDateTime dt) Gets the offset information for a local date-time in this zone.abstract ZoneOffsetInfoZoneRules.getOffsetInfo(LocalDateTime dateTime) Gets the offset information for a local date-time in this zone.ZoneRules.getOffsetInfo(Instant instant) Gets the offset information for the specified instant in this zone.static ZoneOffsetInfoZoneOffsetInfo.of(LocalDateTime dateTime, ZoneOffset offset, ZoneOffsetTransition transition) Creates an instance representing a simple single offset or a transition.