Data.Cloud.AmazonAPI.TAmazonService.CurrentTime

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonService

Delphi

function CurrentTime: string; virtual;

C++

virtual System::UnicodeString __fastcall CurrentTime();

Description

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"'.

See Also