|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Birthday | |
---|---|
ezvcard | |
ezvcard.io.scribe |
Uses of Birthday in ezvcard |
---|
Methods in ezvcard that return Birthday | |
---|---|
Birthday |
VCard.getBirthday()
Gets the person's birthday. |
Methods in ezvcard that return types with arguments of type Birthday | |
---|---|
List<Birthday> |
VCard.getBirthdays()
Gets all birthday property instances. |
Methods in ezvcard with parameters of type Birthday | |
---|---|
void |
VCard.setBirthday(Birthday birthday)
Sets the person's birthday. |
void |
VCard.setBirthdayAlt(Birthday... altRepresentations)
Sets the person's birthday as a group of alternative representations (see: description of ALTID ). |
Method parameters in ezvcard with type arguments of type Birthday | |
---|---|
void |
VCard.setBirthdayAlt(Collection<Birthday> altRepresentations)
Sets the person's birthday as a group of alternative representations (see: description of ALTID ). |
Uses of Birthday in ezvcard.io.scribe |
---|
Methods in ezvcard.io.scribe that return Birthday | |
---|---|
protected Birthday |
BirthdayScribe.newInstance(Date date,
boolean hasTime)
|
protected Birthday |
BirthdayScribe.newInstance(PartialDate partialDate)
|
protected Birthday |
BirthdayScribe.newInstance(String text)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |