Topic Path: Symbol Reference > Structs, Records, Enums > TDays Enumeration
ContentsIndexHome
PreviousUpNext
TDays Enumeration

Enumerated type representing the days of the week.

File
TDays = (
  TDaySun,
  TDayMon,
  TDayTue,
  TDayWed,
  TDayThu,
  TDayFri,
  TDaySat
);

TDays is an enumerated type that represents the ordinal value for the days of the week. TDaySun is the inital (lowest) value in the enumeration. TDaySat is the final (highest) value in the enumeration.

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