Hrs2Days Function
Returns the number of Days the specified number of Hours represents.

Unit
QESBPCSDateTime

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

Parameters
Value Number of Hours

Returns
the Number of Days

Category
Date/Time Conversion Routines

Implementation

function Hrs2Days (const Value: Extended): Extended;
begin
     Result := Value * DaysPerHr;
End;


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