Web.Win.IsapiHTTP.TISAPIRequest.GetDateVariable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDateVariable(Index: Integer): TDateTime; override;

C++

virtual System::TDateTime __fastcall GetDateVariable(int Index);

Properties

Type Visibility Source Unit Parent
function protected
Web.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP TISAPIRequest

Description

Extracts a date value from the extension control block.

GetDateVariable reads date-time values from the extension control block specified by the ECB property. The ISAPI request object uses GetDateVariable to access the properties that represent dates from the HTTP request headers.

See Also