System.DateUtils.TryRFC822ToDate
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 */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.DateUtils.pas System.DateUtils.hpp |
System.DateUtils | System.DateUtils |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。