| DaysLeftInThisYear Function | 
Unit
QESBPCSDateTime
Declaration
Function DaysLeftInThisYear: Word;
Description
For a faster Integer Routine see OptDaysLeftInThisYear.
Category
Date/Time Arithmetic Routines
Year Based Arithmetic RoutinesImplementation
 
| function DaysLeftInThisYear: Word;
begin
     Result := DaysLeftInYear (ESBToday);
End; | 
|  |