Internet Direct (Indy) Version 9.0.2 Beta
IdDayNames
Array containing names of the days of the week.

IdDayNames: array[0..IdDaysInWeek] of string  = ( '', SLongDayNameSun, SLongDayNameMon, SLongDayNameTue, SLongDayNameWed, SLongDayNameThu, SLongDayNameFri, SLongDayNameSat );
Description
IdDayNames is an constant array that contains strings representing the names for the days of the week. IdDayNames[0] is an empty string. IdDayNames[1] contains 'Sunday', IdDayNames[2] contains 'Monday', etc.