DSAzure.TAzureService.LastModified

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureService

Delphi

property LastModified: TDateTime read GetResponseLastModified;

C++

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

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