DSAzure.TAzureService.GetResponseLastModified

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureService

Delphi

function GetResponseLastModified: TDateTime;

C++

System::TDateTime __fastcall GetResponseLastModified();

Description

Returns the date and time the server returned as being the last modified time for the resource.

GetResponseLastModified returns the date and time the server returned as being the last modified time for the resource that was requested most recently with an HTTP request.

See Also