ZoneRules.of
- ZoneRules of(ZoneOffset baseStandardOffset, ZoneOffset baseWallOffset, List!(ZoneOffsetTransition) standardOffsetTransitionList, List!(ZoneOffsetTransition) transitionList, List!(ZoneOffsetTransitionRule) lastRules)
- ZoneRules of(ZoneOffset offset)
hunt time zone ZoneRules ZoneRules
constructorsfunctionsstatic functionsstatic variables
Obtains an instance of a ZoneRules.
@param baseStandardOffset the standard offset to use before legal rules were set, not null @param baseWallOffset the wall offset to use before legal rules were set, not null @param standardOffsetTransitionList the list of changes to the standard offset, not null @param transitionList the list of transitions, not null @param lastRules the recurring last rules, size 16 or less, not null @return the zone rules, not null