Java java.time.zone ZoneRules fields, constructors, methods, implement or subclass

Example usage for Java java.time.zone ZoneRules fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.time.zone ZoneRules.

The text is from its open source code.

Method

DurationgetDaylightSavings(Instant instant)
Gets the amount of daylight savings in use for the specified instant in this zone.
ZoneOffsetgetOffset(Instant instant)
Gets the offset applicable at the specified instant in these rules.
ZoneOffsetgetOffset(LocalDateTime localDateTime)
Gets a suitable offset for the specified local date-time in these rules.
ListgetTransitions()
Gets the complete list of fully defined transitions.
booleanisDaylightSavings(Instant instant)
Checks if the specified instant is in daylight savings.
booleanisFixedOffset()
Checks of the zone rules are fixed, such that the offset never varies.
ZoneOffsetTransitionnextTransition(Instant instant)
Gets the next transition after the specified instant.