Package | Description |
---|---|
ezvcard.parameter |
Contains classes related to vCard parameters.
|
ezvcard.property |
Contains the DTO class for each property.
|
Modifier and Type | Field and Description |
---|---|
static Calscale |
Calscale.GREGORIAN |
Modifier and Type | Method and Description |
---|---|
static Calscale |
Calscale.find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static Calscale |
Calscale.get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
Calscale |
VCardParameters.getCalscale()
Gets the CALSCALE (calendar scale) parameter value.
|
Modifier and Type | Method and Description |
---|---|
static Collection<Calscale> |
Calscale.all()
Gets all of the parameter values that are defined as static constants in
this class.
|
Modifier and Type | Method and Description |
---|---|
void |
VCardParameters.setCalscale(Calscale calscale)
Sets the CALSCALE (calendar scale) parameter value.
|
Modifier and Type | Method and Description |
---|---|
Calscale |
DateOrTimeProperty.getCalscale()
Gets the type of calendar that is used for a date or date-time property
value.
|
Modifier and Type | Method and Description |
---|---|
void |
DateOrTimeProperty.setCalscale(Calscale calscale)
Sets the type of calendar that is used for a date or date-time property
value.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.