System.SysUtils.DateTimeFormatToNative

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

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 la chaîne de format date/heure.

DateTimeFormatToNative convertit la chaîne de format date/heure, au format attendu par FormatDateTime et d'autres routines RTL, en représentation SE native.

Voir aussi