IsLastDayOfYearNow Function
Returns true if today is the last day of a Year.

Unit
QESBPCSDateTime

Declaration
Function IsLastDayOfYearNow: Boolean;

Category
Date/Time Comparison
Year Based Arithmetic Routines

Implementation

function IsLastDayOfYearNow: Boolean;
begin
     Result := IsLastDayOfYear (SysUtils.Date);
End;


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