Secs2Days Function
Returns the number of Days the specified number of Seconds represents.

Unit
QESBPCSDateTime

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

Parameters
Value Number of Seconds

Returns
the Number of Days

Category
Date/Time Conversion Routines

Implementation

function Secs2Days (const Value: Extended): Extended;
begin
     Result := Value * DaysPerSec;
End;


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