Discuss this help topic in SecureBlackbox Forum

TElHTTPParams.Date

TElHTTPParams     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the Date header of HTTP message.

Declaration

[C#]
    DateTime Date;

[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