Uses of Class
ezvcard.parameter.Calscale

Packages that use Calscale
ezvcard.parameter   
ezvcard.property   
 

Uses of Calscale in ezvcard.parameter
 

Fields in ezvcard.parameter declared as Calscale
static Calscale Calscale.GREGORIAN
           
 

Methods in ezvcard.parameter that return Calscale
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 type of calendar that is used for a date or date-time property value.
 

Methods in ezvcard.parameter that return types with arguments of type Calscale
static Collection<Calscale> Calscale.all()
          Gets all of the parameter values that are defined as static constants in this class.
 

Methods in ezvcard.parameter with parameters of type Calscale
 void VCardParameters.setCalscale(Calscale value)
           Sets the type of calendar that is used for a date or date-time property value.
 

Uses of Calscale in ezvcard.property
 

Methods in ezvcard.property that return Calscale
 Calscale DateOrTimeProperty.getCalscale()
           Gets the type of calendar that is used for a date or date-time property value.
 

Methods in ezvcard.property with parameters of type Calscale
 void DateOrTimeProperty.setCalscale(Calscale calscale)
           Sets the type of calendar that is used for a date or date-time property value.
 



Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.