RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.LongDayNames Variable

LongDayNames is the array of strings containing long day names. The dddd format specifier in a format string passed to FormatDateTime causes a long day name to be substituted.

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

SysUtils

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!