Days2SiderealDays Function
Converts "normal" 24-hour Days into Sidereal Days.

Unit
QESBPCSDateTime

Declaration
Function Days2SiderealDays(const Days: Extended): Extended;

Description
A Sidereal Day can be thought of as the time taken for the stars to return to their same positions. See HrsPerSiderealDay.

Parameters
Value Number of 24-hour Days

Returns
the Number of Sidereal Days

Category
Date/Time Conversion Routines

Implementation

function Days2SiderealDays (const Days: Extended): Extended;
begin
     Result := Days * 24 / HrsPerSiderealDay;
End;


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