Discuss this help topic in SecureBlackbox Forum
Specifies entry create time.
Declaration
[C#]
DateTime DateCreated;
[VB.NET]
Property DateCreated As DateTime
[Pascal]
property DateCreated : TDateTime;
[C++]
int64_t get_DateCreated();
void set_DateCreated(int64_t Value);
[PHP]
DateTime get_DateCreated()
void set_DateCreated(DateTime $Value)
[Java]
Date getDateCreated();
void setDateCreated(Date Value);
Description
Use this property to get or set entry creation date and time.
Discuss this help topic in SecureBlackbox Forum