| Package | Description |
|---|---|
| net.time4j.tz.model |
Permits the construction of historized or rule-based timezones.
|
| 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.