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