Uses of Class
ezvcard.types.BirthdayType

Packages that use BirthdayType
ezvcard   
 

Uses of BirthdayType in ezvcard
 

Methods in ezvcard that return BirthdayType
 BirthdayType VCard.getBirthday()
           Gets the person's birthday.
 

Methods in ezvcard that return types with arguments of type BirthdayType
 List<BirthdayType> VCard.getBirthdays()
           Gets all birthday property instances.
 

Methods in ezvcard with parameters of type BirthdayType
 void VCard.addBirthday(BirthdayType birthday)
           Adds a birthday property.
 void VCard.setBirthday(BirthdayType birthday)
           Sets the person's birthday.
 



Copyright © 2012-2013. All Rights Reserved.