ZoneRules.of

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

  1. ZoneRules of(ZoneOffset baseStandardOffset, ZoneOffset baseWallOffset, List!(ZoneOffsetTransition) standardOffsetTransitionList, List!(ZoneOffsetTransition) transitionList, List!(ZoneOffsetTransitionRule) lastRules)
  2. ZoneRules of(ZoneOffset offset)

Meta