API:Data.Cloud.AmazonAPI.TAmazonStorageService.CurrentTime
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp
| |
Unit: Data.Cloud.AmazonAPI | |
Parent: TAmazonStorageService |
Delphi
function CurrentTime: string; override;
C++
virtual System::UnicodeString __fastcall CurrentTime();
Description
Returns the current time, formatted properly as a string.
Data.Cloud.AmazonAPI.TAmazonStorageService.CurrentTime inherits from Data.Cloud.AmazonAPI.TAmazonService.CurrentTime. All content below this line refers to Data.Cloud.AmazonAPI.TAmazonService.CurrentTime.
Returns the current time, formatted properly as a string.
CurrentTime is used to get the current time, formatted properly as a string, such as 'yyyy-mm-dd"T"hh:nn:ss.zzz"Z"'.