Data.Cloud.AmazonAPI.TAmazonService.CurrentTime

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CurrentTime: string; virtual;

C++

virtual System::UnicodeString __fastcall CurrentTime();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonService


Beschreibung

Gibt die aktuelle Zeitangabe als korrekt formatierten String zurück.

Mit CurrentTime wird die aktuelle Zeitangabe als korrekt formatierter String (z.B. 'dd.MM.yyyy"T"hh:nn:ss.zzz"Z"') zurückgegeben.

Siehe auch