API:System.SysUtils.DateTimeFormatToNative

提供:RAD Studio API Documentation

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。