[ Version ( since = "0.7.0" ) ]
public bool get_birthday (out Date birthday)
Gets the birthday and birthday_has_year properties.
If birthday is non-null,
birthday is returned in it. The function returns the value of
birthday_has_year, which specifies whether the year in
birthday is meaningful. Contacts may not have the year of their birth set, in which case, the function would return
false, and the year in birthday should be ignored.
| this | |
| birthday |
return location for the birthday, or null |
|
whether the contact's birthday has the year set |