Data.Cloud.CloudAPI.TCloudService.SetDateFromString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDateFromString(Request: THTTPClient; const DateTimeAsString: string); virtual;

C++

virtual void __fastcall SetDateFromString(System::Net::Httpclient::THTTPClient* Request, const System::UnicodeString DateTimeAsString);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudService

Description

Helper method used to set the request's date based on the string value.

The following table shows the significance of the parameters:

Parameter Description

Request

The request to add the date value to

DateTimeAsString

The date, in string format

See Also