object StandardZoneRules extends Serializable
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- StandardZoneRules
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def apply(baseStandardOffset: ZoneOffset, baseWallOffset: ZoneOffset, standardOffsetTransitionList: List[ZoneOffsetTransition], transitionList: List[ZoneOffsetTransition], lastRules: List[ZoneOffsetTransitionRule]): StandardZoneRules
Creates an instance.
Creates an instance.
- baseStandardOffset
the standard offset to use before legal rules were set, not null
- baseWallOffset
the wall offset to use before legal rules were set, not null
- standardOffsetTransitionList
the list of changes to the standard offset, not null
- transitionList
the list of transitions, not null
- lastRules
the recurring last rules, size 15 or less, not null