Secs2Mins Function
Returns the number of Seconds the specified number of Mintues represents.

Unit
QESBPCSDateTime

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

Parameters
Value Number of Seconds

Returns
the Number of Minutes

Category
Date/Time Conversion Routines

Implementation

function Secs2Mins (const Value: Extended): Extended;
begin
     Result := Value * MinsPerSec;
End;


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