EventListBirthday Property |
Birthday
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic Nullable<DateTime> Birthday { get; set; }
Public Property Birthday As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> Birthday {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member Birthday : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also