Returns the number of weeks in the year of a specified TDateTime value.
function WeeksInYear(const AValue: TDateTime): Word;
Word WeeksInYear(const TDateTime AValue);
DateUtils
Call WeeksInYear to obtain the number of weeks in the year of the TDateTime value specified by AValue.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|