AddDays
 Returns a CorDateTime that is the specified number of days away from the specified CorDateTime.
 Public Function AddDays(
	  ByRef Time As Variant,
	  ByVal Days As Long ) As CorDateTime
Parameters
- Time
 - 
[ByRef]
 Variant.
  The Date or CorDateTime to add days to.
 
 
- Days
 - 
[ByVal]
 Long.
  The number of days to add.
 
 
Return Values
CorDateTime -  The CorDateTime that results from adding the specified number of days to the specified CorDateTime.
See Also
Project CorLib Overview
Class JulianCalendar Overview