Internet Direct (Indy)
Home
PreviousUpNext
TDays Enumeration

Enumerated type representing the days of the week.

Pascal
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.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.