VCardIdentificationInfoBirthday Property |
Gets or sets a contact's bithday
Namespace:
Aspose.Email.PersonalInfo.VCard
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic DateTime Birthday { get; set; }
Public Property Birthday As DateTime
Get
Set
public:
property DateTime Birthday {
DateTime get ();
void set (DateTime value);
}
member Birthday : DateTime with get, set
Property Value
Type:
DateTime
See Also