myerrorsandmysolutions.com
HOW TO add weeks to Date or DateTime
The Date and DateTime structures have the following methods: AddYears(), AddMonths(), AddDays() but NOT AddWeeks() so you could use AddDays() to add the
Eclipses