ShortDayNames
Names of days, abbreviated form.
Declaration
Source position: sysinth.inc line 106
var
ShortDayNames : TWeekNameArraydeprecated;
Description
ShortDayNames is an array with the abbreviated names of days. It is used by the date formatting routines. The initialization routines of the SysUtils unit initialize this string with a value conforming to the regional preferences of the user or system regional default.
The array is indexed by values as returned by the DayOfWeek function.
This constant is deprecated. You should use DefaultFormatSettings.ShortDayNames instead.
See also
Name | Description |
---|---|
DayOfWeek | Returns the day of the week. |
DefaultFormatSettings | Storage for default settings |
FormatDateTime | Return a string representation of a TDateTime value with a given format. |
LongDayNames | Full names of days. |
ShortDateFormat | Short Date Format string (subject to locale). |
ShortMonthNames | Names of months, abbreviated form. |
TWeekNameArray | Array of 7 Strings for week day names |