RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.ShortDayNames Variable

ShortDayNames is the array of strings containing short day names. The ddd format specifier in a format string passed to FormatDateTime causes a short day name to be substituted.

Pascal
ShortDayNames: array[1..7] of string;
C++
array[1..7] of string ShortDayNames;

On Windows, the default values are fetched from the LOCALE_SABBREVDAYNAME system locale entries. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!