Discuss this help topic in SecureBlackbox Forum
Specifies the Date header of HTTP message.
Declaration
[VB.NET]
Property Date As DateTime
[Pascal]
property Date : TDateTime;
[C++]
int64_t get_Date();
void set_Date(int64_t Value);
[PHP]
DateTime get_Date()
void set_Date(DateTime $Value)
[Java]
Date getDate();
void setDate(Date Value);
Description
This property stores the date and time at which the message was originated in Universal Coordinate Time (UTC).
Discuss this help topic in SecureBlackbox Forum