|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UtcOffset | |
---|---|
ezvcard.property | |
ezvcard.util |
Uses of UtcOffset in ezvcard.property |
---|
Methods in ezvcard.property that return UtcOffset | |
---|---|
UtcOffset |
Timezone.getOffset()
Gets the UTC offset. |
Methods in ezvcard.property with parameters of type UtcOffset | |
---|---|
void |
Timezone.setOffset(UtcOffset offset)
Sets the UTC offset. |
Constructors in ezvcard.property with parameters of type UtcOffset | |
---|---|
Timezone(UtcOffset offset)
Creates a timezone property. |
|
Timezone(UtcOffset offset,
String text)
Creates a timezone property. |
Uses of UtcOffset in ezvcard.util |
---|
Methods in ezvcard.util that return UtcOffset | |
---|---|
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. |
Methods in ezvcard.util with parameters of type UtcOffset | |
---|---|
static PartialDate |
PartialDate.dateTime(Integer year,
Integer month,
Integer date,
Integer hour,
Integer minute,
Integer second,
UtcOffset offset)
Creates a partial date containing date and time components. |
static PartialDate |
PartialDate.time(Integer hour,
Integer minute,
Integer second,
UtcOffset offset)
Creates a partial date containing only time components. |
Constructors in ezvcard.util with parameters of type UtcOffset | |
---|---|
PartialDate(Integer year,
Integer month,
Integer date,
Integer hour,
Integer minute,
Integer second,
UtcOffset offset)
Creates a new partial date. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |