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

Unit
QESBPCSDateTime

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

Description
Months are based on Gregorian years - see DaysPerGregorianYear.

Parameters
Value Number of Years (Gregorian)

Returns
the Number of Days

Category
Date/Time Conversion Routines

Implementation

function YearsGregorian2Days (const Value: Extended): Extended;
begin
     Result := Value * DaysPerGregorianYear;
End;


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