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

Unit
QESBPCSDateTime

Declaration
Function OptThisDayOfYear: Integer;

Category
Date/Time Arithmetic Routines
Year Based Arithmetic Routines

Implementation

function OptThisDayOfYear: Integer;
begin
     Result := OptDayOfYear (ESBToday);
End;


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