Days2Weeks Function
Returns the number of Weeks the specified number of Days represents.

Unit
QESBPCSDateTime

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

Parameters
Value Number of Days

Returns
the Number of Weeks

Category
Date/Time Conversion Routines

Implementation

function Days2Weeks (const Value: Extended): Extended;
begin
     Result := Value * WeeksPerDay;
End;


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