Mins2Secs Function
Returns the number of Minutes the specified number of Seconds represents.

Unit
QESBPCSDateTime

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

Parameters
Value Number of Minutes

Returns
the Number of Seconds

Category
Date/Time Conversion Routines

Implementation

function Mins2Secs (const Value: Extended): Extended;
begin
     Result := Value * SecsPerMin;
End;


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