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 */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
説明
このメソッドは、ネイティブ OS 表現の日時形式文字列を、Delphi の表現に変換します。
NativeToDateTimeFormat は、ネイティブ OS 表現の日時形式文字列を、FormatDateTime や他の RTL ルーチンが想定する形式に変換します。