Discuss this help topic in SecureBlackbox Forum
The tag's creation time.
Declaration
[C#]
DateTime CreatedTime;
[VB.NET]
Property CreatedTime As DateTime
[Pascal]
property CreatedTime: TDateTime;
[C++]
int64_t get_CreatedTime();
[PHP]
DateTime get_CreatedTime()
[Java]
Date getCreatedTime();
Description
Use this property to check the time when this tag was created.
Discuss this help topic in SecureBlackbox Forum