GregorianCalendar: AddDays |
Adds a number of days to the date provided using Gregorian math.
Public Function AddDays( ByRef Time As Variant, ByVal Days As Long ) As CorDateTime
Using this method works exactly like using the AddDays method on the CorDateTime objects.
A new CorDateTime object is returned with the days added to the original Time. If a Date is passed in, a CorDateTime object is still returned.
A negative value can be supplied for Days.