System.SysUtils.TFormatSettings.LongDayNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

LongDayNames: array[1..7] of string;

C++

_TFormatSettings__4 LongDayNames;

Properties

Type Visibility Source Unit Parent
field public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TFormatSettings

Description

LongDayNames is the array of strings containing long day names.

LongDayNames is an array of strings containing long day names. If the dddd specifier is present in a format string passed to FormatDateTime, the corresponding long day name is returned.