Discuss this help topic in SecureBlackbox Forum
Specifies the response's last modification time.
Declaration
[C#]
DateTime LastModified;
[VB.NET]
Property LastModified As DateTime
[Pascal]
property LastModified : TElDateTime;
[C++]
int64_t get_LastModified();
void set_LastModified(int64_t Value);
[PHP]
DateTime get_LastModified()
void set_LastModified(DateTime $Value)
[Java]
Date getLastModified();
void setLastModified(Date Value);
Description
This property specifies the date and time when the response was modified last time.
Discuss this help topic in SecureBlackbox Forum