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

Unit
QESBPCSDateTime

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

Parameters
Value Number of Days

Returns
the Number of Minutes

Category
Date/Time Conversion Routines

Implementation

function Days2Mins (const Value: Extended): Extended;
begin
     Result := Value * MinsPerDay;
End;


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