YearsJulian2Days Function
Returns the number of Days the specified number of Years represents.

Unit
QESBPCSDateTime

Declaration
Function YearsJulian2Days(const Value: Extended): Extended;

Description
Months are based on Julian years - see DaysPerJulianYear.

Parameters
Value Number of Years (Julian)

Returns
the Number of Days

Category
Date/Time Conversion Routines

Implementation

function YearsJulian2Days (const Value: Extended): Extended;
begin
     Result := Value * DaysPerJulianYear;
End;


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