ThisDayOfYear Function
Returns the Day Number in this Year represented by today.

Unit
QESBPCSDateTime

Declaration
Function ThisDayOfYear: Word;

Description
For a faster Integer Routine see OptThisDayOfYear.

Category
Date/Time Arithmetic Routines
Year Based Arithmetic Routines

Implementation

function ThisDayOfYear: Word;
begin
     Result := DayOfYear (ESBToday);
End;


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