Mins2Days Function
Returns the number of Days the specified number of Minutes represents.

Unit
QESBPCSDateTime

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

Parameters
Value Number of Minutes

Returns
the Number of Days

Category
Date/Time Conversion Routines

Implementation

function Mins2Days (const Value: Extended): Extended;
begin
     Result := Value * DaysPerMin;
End;


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