Discuss this help topic in SecureBlackbox Forum
Contains object's modification time.
Declaration
[C#/Java]
DateTime LastModified;
[VB.NET]
Property LastModified As DateTime
[Pascal]
property LastModified : TDateTime;
[C++]
int64_t get_LastModified();
[PHP]
DateTime get_LastModified()
Description
Use this read-only property to get object's modification time and date.
Discuss this help topic in SecureBlackbox Forum