|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Timezone | |
---|---|
ezvcard | |
ezvcard.io.scribe |
Uses of Timezone in ezvcard |
---|
Methods in ezvcard that return Timezone | |
---|---|
Timezone |
VCard.getTimezone()
Gets the timezone the person lives/works in. |
Methods in ezvcard that return types with arguments of type Timezone | |
---|---|
List<Timezone> |
VCard.getTimezones()
Gets all instances of the timezone property. |
Methods in ezvcard with parameters of type Timezone | |
---|---|
void |
VCard.addTimezone(Timezone timezone)
Adds a timezone the person lives/works in. |
void |
VCard.addTimezoneAlt(Timezone... altRepresentations)
Adds a timezone the person lives/works in as a group of alternative representations (see: description of
ALTID ). |
void |
VCard.setTimezone(Timezone timezone)
Sets the timezone the person lives/works in. |
void |
VCard.setTimezoneAlt(Timezone... altRepresentations)
Sets the timezone the person lives/works in as a group of alternative representations (see: description of
ALTID ). |
Method parameters in ezvcard with type arguments of type Timezone | |
---|---|
void |
VCard.addTimezoneAlt(Collection<Timezone> altRepresentations)
Adds a timezone the person lives/works in as a group of alternative representations (see: description of
ALTID ). |
void |
VCard.setTimezoneAlt(Collection<Timezone> altRepresentations)
Sets the timezone the person lives/works in as a group of alternative representations (see: description of
ALTID ). |
Uses of Timezone in ezvcard.io.scribe |
---|
Methods in ezvcard.io.scribe that return Timezone | |
---|---|
protected Timezone |
TimezoneScribe._parseHtml(HCardElement element,
List<String> warnings)
|
protected Timezone |
TimezoneScribe._parseJson(JCardValue value,
VCardDataType dataType,
VCardParameters parameters,
List<String> warnings)
|
protected Timezone |
TimezoneScribe._parseText(String value,
VCardDataType dataType,
VCardVersion version,
VCardParameters parameters,
List<String> warnings)
|
protected Timezone |
TimezoneScribe._parseXml(XCardElement element,
VCardParameters parameters,
List<String> warnings)
|
Methods in ezvcard.io.scribe with parameters of type Timezone | |
---|---|
protected VCardDataType |
TimezoneScribe._dataType(Timezone property,
VCardVersion version)
|
protected JCardValue |
TimezoneScribe._writeJson(Timezone property)
|
protected String |
TimezoneScribe._writeText(Timezone property,
VCardVersion version)
|
protected void |
TimezoneScribe._writeXml(Timezone property,
XCardElement parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |