Discuss this help topic in SecureBlackbox Forum
Contains object's last modification time.
Declaration
[C#]
DateTime LastModified;
[VB.NET]
Property LastModified As DateTime
[Pascal]
property LastModified : TElDateTime;
[C++]
int64_t get_LastModified();
[PHP]
DateTime get_LastModified()
[Java]
Date getLastModified();
Description
Use this property to get object's last modification time.
Discuss this help topic in SecureBlackbox Forum