Discuss this help topic in SecureBlackbox Forum
Specifies storage entry creation time.
Declaration
[C#/Java]
DateTime CreationTime;
[VB.NET]
Property CreationTime As DateTime
[Pascal]
property CreationTime : TDateTime;
[C++]
int64_t get_CreationTime();
void set_CreationTime(int64_t Value);
[PHP]
DateTime get_CreationTime()
void set_CreationTime(DateTime $Value)
Description
Use this property to specify creation time of the storage entry.
Discuss this help topic in SecureBlackbox Forum