Internet Direct (Indy)
Home
PreviousUpNext
TMonths Enumeration

Enumerated type representing the months of the year.

Pascal
TMonths = (
  TMthJan,
  TMthFeb,
  TMthMar,
  TMthApr,
  TMthMay,
  TMthJun,
  TMthJul,
  TMthAug,
  TMthSep,
  TMthOct,
  TMthNov,
  TMthDec
);

TMonths is an enumerated type that represents the numeric values for the months of the year.

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.