| Package | Description |
|---|---|
| net.time4j.tz.model |
Permits the construction of historized or rule-based timezones.
|
| Modifier and Type | Method and Description |
|---|---|
OffsetIndicator |
DaylightSavingRule.getIndicator()
Yields the offset indicator which must be consulted when interpreting
the date and time of time switch in terms of UTC.
|
static OffsetIndicator |
OffsetIndicator.parseSymbol(char symbol)
Interpretes given symbol as indicator.
|
static OffsetIndicator |
OffsetIndicator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OffsetIndicator[] |
OffsetIndicator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static GregorianTimezoneRule |
GregorianTimezoneRule.ofFixedDay(Month month,
int dayOfMonth,
int timeOfDay,
OffsetIndicator indicator,
int savings)
Creates a rule for a fixed day in given month.
|
static GregorianTimezoneRule |
GregorianTimezoneRule.ofFixedDay(Month month,
int dayOfMonth,
PlainTime timeOfDay,
OffsetIndicator indicator,
int savings)
Creates a rule for a fixed day in given month.
|
static GregorianTimezoneRule |
GregorianTimezoneRule.ofLastWeekday(Month month,
Weekday dayOfWeek,
int timeOfDay,
OffsetIndicator indicator,
int savings)
Creates a rule for the last day of week in given month.
|
static GregorianTimezoneRule |
GregorianTimezoneRule.ofLastWeekday(Month month,
Weekday dayOfWeek,
PlainTime timeOfDay,
OffsetIndicator indicator,
int savings)
Creates a rule for the last day of week in given month.
|
static GregorianTimezoneRule |
GregorianTimezoneRule.ofWeekdayAfterDate(Month month,
int dayOfMonth,
Weekday dayOfWeek,
int timeOfDay,
OffsetIndicator indicator,
int savings)
Creates a rule for a day of week after the given reference date.
|
static GregorianTimezoneRule |
GregorianTimezoneRule.ofWeekdayAfterDate(Month month,
int dayOfMonth,
Weekday dayOfWeek,
PlainTime timeOfDay,
OffsetIndicator indicator,
int savings)
Creates a rule for a day of week after the given reference date.
|
static GregorianTimezoneRule |
GregorianTimezoneRule.ofWeekdayBeforeDate(Month month,
int dayOfMonth,
Weekday dayOfWeek,
int timeOfDay,
OffsetIndicator indicator,
int savings)
Creates a rule for a day of week before the given reference date.
|
static GregorianTimezoneRule |
GregorianTimezoneRule.ofWeekdayBeforeDate(Month month,
int dayOfMonth,
Weekday dayOfWeek,
PlainTime timeOfDay,
OffsetIndicator indicator,
int savings)
Creates a rule for a day of week before the given reference date.
|
Copyright © 2014–2021. All rights reserved.