Returns the number of weeks in a specified year.
function WeeksInAYear(const AYear: Word): Word;
Word WeeksInAYear(const Word AYear);
DateUtils
Call WeeksInAYear to obtain the number of weeks in the year specified by AYear. AYear is a year between 1 and 9999 (inclusive).
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|