ZoneRules

package java.time.zone

implements Serializable

Available on java

Static methods

staticof(param1:ZoneOffset):ZoneRules

staticof(param1:ZoneOffset, param2:ZoneOffset, param3:List<ZoneOffsetTransition>, param4:List<ZoneOffsetTransition>, param5:List<ZoneOffsetTransitionRule>):ZoneRules

Methods

equals(param1:Dynamic):Bool

getDaylightSavings(param1:Instant):Duration

getOffset(param1:LocalDateTime):ZoneOffset

getOffset(param1:Instant):ZoneOffset

getStandardOffset(param1:Instant):ZoneOffset

getTransition(param1:LocalDateTime):ZoneOffsetTransition

getTransitionRules():List<ZoneOffsetTransitionRule>

getTransitions():List<ZoneOffsetTransition>

getValidOffsets(param1:LocalDateTime):List<ZoneOffset>

hashCode():Int

isDaylightSavings(param1:Instant):Bool

isFixedOffset():Bool

isValidOffset(param1:LocalDateTime, param2:ZoneOffset):Bool

nextTransition(param1:Instant):ZoneOffsetTransition

previousTransition(param1:Instant):ZoneOffsetTransition

toString():String

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/time/zone/ZoneRules.html