System.SysUtils.NativeToDateTimeFormat

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
function public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

This method converts a native OS representation of a date and time format string into a Delphi representation.

NativeToDateTimeFormat converts a native OS representation of a date and time format string into the format expected by FormatDateTime and other RTL routines.

See Also