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