DelphiBasics
  Home  |  Delphi .net Home  |  System NameSpace
 .NET Framework
 Namespace References

 System
 
  Array  Class 
  Boolean  Structure 
  Buffer  Class 
  Byte  Structure 
  Char  Structure 
  Console  Class 
  Convert  Class 
  DateTime  Structure 
  DayOfWeek  Enumeration 
  Decimal  Structure 
  Double  Structure 
  Enum  Class 
  Environment  Class 
  Exception  Class 
  ICloneable  Interface 
  Int16  Structure 
  Int32  Structure 
  Int64  Structure 
  Math  Class 
  Object  Class 
  OperatingSystem  Class 
  Random  Class 
  SByte  Structure 
  Single  Structure 
  String  Class 
  TimeSpan  Structure 
  UInt16  Structure 
  UInt32  Structure 
  UInt64  Structure 
  Version  Class 
 System.Collections
 System.Globalization
 System.IO

 Articles and Tutorials

 Overview of .NET
 Delphi and .NET
 Winform Applications
 ASP .Net Applications
 php Web Services
 Framework Collections
 Framework String Handling
 Framework Files and Folders


 
 
  System.DayOfWeek Enumeration
 
 Description
Provides a 7 element enumeration of full day of the week names.
 Values
Sunday  0  Indicates Sunday
Monday  1  Indicates Monday
Tuesday  2  Indicates Tuesday
Wednesday  3  Indicates Wednesday
Thursday  4  Indicates Thursday
Friday  5  Indicates Friday
Saturday  6  Indicates Saturday

 Delphi Basics links
 
System.DateTime

 Microsoft MSDN links
 
System
System.dayofweek
 
Delphi Programming © Neil Moffatt . All rights reserved.  |  Home Page