Date2LongDOW Function
Returns the Long Day of Week Description for the supplied Date.

Unit
QESBPCSDateTime

Declaration
Function Date2LongDOW(const DT: TDateTime): string;

Description
Relies on Regional Settings.

Parameters
DT Date/Time to convert.

Returns
the Long Day of Week Name for the given Date.

Category
Date/Time Conversion Routines

Implementation

function Date2LongDOW (const DT: TDateTime): string;
begin
     Result := LongDayNames [DayOfWeek (DT)];
End;


HTML generated by Time2HELP
http://www.time2help.com