Uses of Class
ezvcard.property.Anniversary

Packages that use Anniversary
ezvcard   
ezvcard.io.scribe   
 

Uses of Anniversary in ezvcard
 

Methods in ezvcard that return Anniversary
 Anniversary VCard.getAnniversary()
           Gets the person's anniversary.
 

Methods in ezvcard that return types with arguments of type Anniversary
 List<Anniversary> VCard.getAnniversaries()
           Gets all anniversary property instances.
 

Methods in ezvcard with parameters of type Anniversary
 void VCard.setAnniversary(Anniversary anniversary)
           Sets the person's anniversary.
 void VCard.setAnniversaryAlt(Anniversary... altRepresentations)
           Sets the person's anniversary as a group of alternative representations (see VCardParameters.getAltId() for more details).
 

Method parameters in ezvcard with type arguments of type Anniversary
 void VCard.setAnniversaryAlt(Collection<Anniversary> altRepresentations)
           Sets the person's anniversary as a group of alternative representations (see VCardParameters.getAltId() for more details).
 

Uses of Anniversary in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Anniversary
protected  Anniversary AnniversaryScribe.newInstance(Date date, boolean hasTime)
           
protected  Anniversary AnniversaryScribe.newInstance(PartialDate partialDate)
           
protected  Anniversary AnniversaryScribe.newInstance(String text)
           
 



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