DSAzure.TAzureService.ResponseDate

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 ResponseDate: TDateTime read GetResponseDate;

C++

__property System::TDateTime ResponseDate = {read=GetResponseDate};

Description

Returns the origin date and time for the last response received.

The ResponseDate read-only property gets the origin date and time for the last response received.

See Also