| Package | Description |
|---|---|
| ezvcard.property |
Contains the DTO class for each property.
|
| ezvcard.util |
Contains miscellaneous utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
UtcOffset |
Timezone.getOffset()
Gets the UTC offset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Timezone.setOffset(UtcOffset offset)
Sets the UTC offset.
|
| Constructor and Description |
|---|
Timezone(UtcOffset offset)
Creates a timezone property.
|
Timezone(UtcOffset offset,
String text)
Creates a timezone property.
|
| Modifier and Type | Method and Description |
|---|---|
UtcOffset |
PartialDate.getUtcOffset()
Gets the UTC offset.
|
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. |
| Modifier and Type | Method and Description |
|---|---|
PartialDate.Builder |
PartialDate.Builder.offset(UtcOffset offset)
Sets the timezone offset.
|
Copyright © 2012–2018 Michael Angstadt. All rights reserved.