EventListAnniversary Property |
Wedding anniversary
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public Nullable<DateTime> Anniversary { get; set; }
Public Property Anniversary As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> Anniversary {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member Anniversary : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also