| Package | Description |
|---|---|
| net.time4j.tz.model |
Permits the construction of historized or rule-based timezones.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GregorianTimezoneRule
Represents a standard daylight saving rule following the gregorian
calendar as used in IANA-TZDB.
|
| Modifier and Type | Method and Description |
|---|---|
static TransitionHistory |
TransitionModel.of(ZonalOffset standardOffset,
List<DaylightSavingRule> rules)
Creates a new rule-based transition history.
|
static TransitionHistory |
TransitionModel.of(ZonalOffset initialOffset,
List<ZonalTransition> transitions,
List<DaylightSavingRule> rules)
Creates a transition history of both history transitions and
rules for future transitions as well.
|
Copyright © 2014–2021. All rights reserved.