System.SysUtils.NativeToDateTimeFormat
Delphi
function NativeToDateTimeFormat(const Format: string;
const AFormatSettings: TFormatSettings): string;
function NativeToDateTimeFormat(const Format: string): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall NativeToDateTimeFormat(const System::UnicodeString Format, const TFormatSettings &AFormatSettings)/* overload */;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Cette méthode convertit une représentation SE native d'une chaîne de format date/heure en représentation Delphi.
NativeToDateTimeFormat convertit une représentation SE native d'une chaîne de format date/heure dans le format attendu par FormatDateTime et d'autres routines RTL.