Days2Secs Function
Returns the number of Seconds the specified number of Days represents.

Unit
QESBPCSDateTime

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

Parameters
Value Number of Days

Returns
the Number of Seconds

Category
Date/Time Conversion Routines

Implementation

function Days2Secs (const Value: Extended): Extended;
begin
     Result := Value * SecsPerDay;
End;


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