System.DateUtils.TryRFC822ToDate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function TryRFC822ToDate(const ARFCDate: string; out AValue: TDateTime;
out ACode: Integer; AOptions: TRFC822ToDateOptions): Boolean;
function TryRFC822ToDate(const ARFCDate: string; out AValue: TDateTime; AReturnUTC: Boolean): Boolean;
function TryRFC822ToDate(const ARFCDate: string; out AValue: TDateTime; AOptions: TRFC822ToDateOptions): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall TryRFC822ToDate(const System::UnicodeString ARFCDate, /* out */ System::TDateTime &AValue, /* out */ int &ACode, TRFC822ToDateOptions AOptions)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.DateUtils.pas
System.DateUtils.hpp
System.DateUtils System.DateUtils

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.