System.SysUtils.TFormatSettings.ShortDayNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

_TFormatSettings__3 ShortDayNames;

Properties

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

Description

ShortDayNames is the array of strings containing short day names.

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