Discuss this help topic in SecureBlackbox Forum
Specifies file creation date.
Declaration
[C#]
DateTime CreationDate;
[VB.NET]
Property CreationDate As DateTime
[Pascal]
property CreationDate : TElDateTime;
[C++]
int64_t get_CreationDate();
void set_CreationDate(int64_t Value);
[PHP]
DateTime get_CreationDate()
void set_CreationDate(DateTime $Value)
[Java]
Date getCreationDate();
void setCreationDate(Date Value);
Description
Use this property to specify the attachment creation date.
The date and time are stored and retrieved in Universal Coordinate Time (UTC).
Discuss this help topic in SecureBlackbox Forum