Discuss this help topic in SecureBlackbox Forum
This property specifies file creation date.
Declaration
[C#]
DateTime CreationDate;
[VB.NET]
Property CreationDate As DateTime
[Pascal]
property CreationDate : TDateTime;
[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
This property specifies file creation date.
Discuss this help topic in SecureBlackbox Forum