System.SysUtils.NativeToDateTimeFormat

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

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


Beschreibung

Diese Methode konvertiert eine native Betriebssystemdarstellung eines Format-Strings für Datum/Uhrzeit in eine Delphi-Darstellung.

NativeToDateTimeFormat konvertiert eine native Betriebssystemdarstellung eines Format-Strings für Datum/Uhrzeit in ein von der Routine FormatDateTime und anderen RTL-Routinen erwartetes Format.

Siehe auch