Hrs2Mins Function
Returns the number of Minutes the specified number of Hours represents.

Unit
QESBPCSDateTime

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

Parameters
Value Number of Hours

Returns
the Number of Minutes

Category
Date/Time Conversion Routines

Implementation

function Hrs2Mins (const Value: Extended): Extended;
begin
     Result := Value * MinsPerHr;
End;


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