IsLastDayOfMonthNow Function
Returns true if today is the last day of a Month.

Unit
QESBPCSDateTime

Declaration
Function IsLastDayOfMonthNow: Boolean;

Category
Date/Time Comparison
Month Based Arithmetic Routines

Implementation

function IsLastDayOfMonthNow: Boolean;
begin
     Result := IsLastDayOfMonth (SysUtils.Date);
End;


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