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