Indy 9
IdDayNames
Unit: IdDateTimeStamp
Array containing names of the days of the week.
IdDayNames: array[0..IdDaysInWeek] of string  = ( '', SLongDayNameSun, SLongDayNameMon, SLongDayNameTue, SLongDayNameWed, SLongDayNameThu, SLongDayNameFri, SLongDayNameSat );
Unit
IdDateTimeStamp
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.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.