AppointmentLastModifiedDate Property |
Gets or sets the date and time that calendar information was last revised.
Namespace:
Aspose.Email.Calendar
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.12
Syntaxpublic DateTime LastModifiedDate { get; set; }
Public Property LastModifiedDate As DateTime
Get
Set
public:
property DateTime LastModifiedDate {
DateTime get ();
void set (DateTime value);
}
member LastModifiedDate : DateTime with get, set
Property Value
Type:
DateTime
The
DateTime that represents modification date and time.
See Also