System.SysUtils.DateTimeFormatToNative

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function DateTimeFormatToNative(const Format: string; const AFormatSettings: TFormatSettings): string; overload;
function DateTimeFormatToNative(const Format: string): string; overload; inline;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall DateTimeFormatToNative(const System::UnicodeString Format, const TFormatSettings &AFormatSettings)/* overload */;
extern DELPHI_PACKAGE System::UnicodeString __fastcall DateTimeFormatToNative(const System::UnicodeString Format)/* overload */;

Eigenschaften

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


Beschreibung

Diese Methode konvertiert den Datums-/Uhrzeit-Format-String.

DateTimeFormatToNative konvertiert den Datums-/Uhrzeit-Format-String im von FormatDateTime und anderen RTL-Routinen erwarteten Format in eine native Betriebssystemdarstellung.

Siehe auch