Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.Date

TElHTTPSClient     See also     


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


Returns last resource modification date.

Declaration

[C#]
    DateTime Date;

[VB.NET]
    Property Date As DateTime

[Pascal]
    property Date : TElDateTime;

[C++]
    int64_t get_Date();

[PHP]
    DateTime get_Date()

[Java]
    Date getDate();

Description

    This read-only property returns the date when the resource was modified last time. The date and time are stored and retrieved in Universal Coordinate Time (UTC).

See also:     ContentLength     MaxRedirections     OutputStream     KeepAlivePolicy     RequestParameters     ServerStatusCode     ServerReasonPhrase     SSLEnabled    

Discuss this help topic in SecureBlackbox Forum