Data.Cloud.CloudAPI.TCloudService.SetDateFromString

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: TCloudService

Delphi

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

C++

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

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