System.DateUtils.TryRFC822ToDate

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.DateUtils.pas
System.DateUtils.hpp
System.DateUtils System.DateUtils

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !