OptThisDayOfYear Function |
Unit
QESBPCSDateTime
Declaration
Function OptThisDayOfYear: Integer;
Category
Date/Time Arithmetic Routines
Year Based Arithmetic RoutinesImplementation
function OptThisDayOfYear: Integer; begin Result := OptDayOfYear (ESBToday); End; |
|