Data.Cloud.CloudAPI.TCloudService.SetDateFromString
| [–] 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 |
|---|---|
|
|
The request to add the date value to |
|
|
The date, in string format |