| Package | Description |
|---|---|
| biweekly.component | |
| biweekly.io.scribe.property | |
| biweekly.property | |
| biweekly.util |
| Modifier and Type | Method and Description |
|---|---|
TimezoneOffsetFrom |
Observance.setTimezoneOffsetFrom(UtcOffset offset)
Sets the UTC offset that the timezone observance transitions from.
|
TimezoneOffsetTo |
Observance.setTimezoneOffsetTo(UtcOffset offset)
Sets the UTC offset that the timezone observance transitions to.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
UtcOffsetPropertyScribe.newInstance(UtcOffset offset) |
protected Timezone |
TimezoneScribe.newInstance(UtcOffset offset) |
protected TimezoneOffsetTo |
TimezoneOffsetToScribe.newInstance(UtcOffset offset) |
protected TimezoneOffsetFrom |
TimezoneOffsetFromScribe.newInstance(UtcOffset offset) |
| Modifier and Type | Method and Description |
|---|---|
UtcOffset |
Daylight.getOffset()
Gets the UTC offset of daylight savings time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Daylight.setOffset(UtcOffset offset)
Sets the UTC offset of daylight savings time.
|
| Constructor and Description |
|---|
Daylight(boolean daylight,
UtcOffset offset,
ICalDate start,
ICalDate end,
String standardName,
String daylightName)
Creates a daylight savings property.
|
Timezone(UtcOffset offset)
Creates a timezone property.
|
TimezoneOffsetFrom(UtcOffset offset)
Creates a new timezone offset from property.
|
TimezoneOffsetTo(UtcOffset offset)
Creates a new timezone offset to property.
|
UtcOffsetProperty(UtcOffset offset) |
| Modifier and Type | Method and Description |
|---|---|
static UtcOffset |
UtcOffset.parse(String text)
Parses a UTC offset from a string.
|
static UtcOffset |
UtcOffset.parse(TimeZone timezone)
Creates a UTC offset from a
TimeZone object. |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.