| IsLastDayOfMonthNow Function | 
Unit
QESBPCSDateTime
Declaration
Function IsLastDayOfMonthNow: Boolean;
Category
Date/Time Comparison
Month Based Arithmetic RoutinesImplementation
 
| function IsLastDayOfMonthNow: Boolean;
begin
     Result := IsLastDayOfMonth (SysUtils.Date);
End; | 
|  |