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

Unit
QESBPCSDateTime

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

Parameters
Value Number of Hours

Returns
the Number of Seconds

Category
Date/Time Conversion Routines

Implementation

function Hrs2Secs (const Value: Extended): Extended;
begin
     Result := Value * SecsPerHr;
End;


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