DSAzure.TAzureService.LastModified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastModified: TDateTime read GetResponseLastModified;

C++

__property System::TDateTime LastModified = {read=GetResponseLastModified};

Properties

Type Visibility Source Unit Parent
property public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureService

Description

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

LastModified 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