| 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 cDateTime
Using this method works exactly like using the AddDays method on the cDateTime objects.
A new cDateTime object is returned with the days added to the original Time. If a Date is passed in, a cDateTime object is still returned.
A negative value can be supplied for Days.
Project VBCorLib Overview Class GregorianCalendar Overview GregorianCalendar Properties GregorianCalendar Methods AddHours