Returns the number of weeks (including fractional weeks) between two specified TDateTime values.
function WeekSpan(const ANow: TDateTime; const AThen: TDateTime): Double;
Double WeekSpan(const TDateTime ANow, const TDateTime AThen);
DateUtils
Call WeekSpan to obtain the difference, in weeks, between two TDateTime values. Unlike the WeeksBetween function, which only counts whole weeks, WeekSpan reports incomplete weeks as a fraction of an entire week.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|