Secs2Hrs Function
Returns the number of Hours the specified number of Seconds represents.

Unit
QESBPCSDateTime

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

Parameters
Value Number of Seconds

Returns
the Number of Hours

Category
Date/Time Conversion Routines

Implementation

function Secs2Hrs (const Value: Extended): Extended;
begin
     Result := Value * HrsPerSec;
End;


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