Mins2Hrs Function
Returns the number of Hours the specified number of Mintues represents.

Unit
QESBPCSDateTime

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

Parameters
Value Number of Minutes

Returns
the Number of Hours

Category
Date/Time Conversion Routines

Implementation

function Mins2Hrs (const Value: Extended): Extended;
begin
     Result := Value * HrsPerMin;
End;


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