Topic Path: Symbol Reference > Constants > IdDayNames Constant
ContentsIndexHome
PreviousUpNext
IdDayNames Constant

Array containing names of the days of the week.

File
IdDayNames: array[0..IdDaysInWeek] of string = ( '', SLongDayNameSun, SLongDayNameMon, SLongDayNameTue, SLongDayNameWed, SLongDayNameThu, SLongDayNameFri, SLongDayNameSat );

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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.