Date2LongMonth Function
Returns the Long Month Description for the supplied Date.

Unit
QESBPCSDateTime

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

Description
Relies on Regional Settings.

Parameters
DT Date/Time to convert.

Returns
the Long Month Name of the Month component.

Category
Date/Time Conversion Routines
Month Based Arithmetic Routines

Implementation

function Date2LongMonth (const DT: TDateTime): string;
begin
     Result := LongMonthNames [Date2Month (DT)];
End;


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