ExCalendar.AddDays Method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function AddDays ( _
time As ExDateTime, _
days As Integer _
) As ExDateTime
'Usage
Dim instance As ExCalendar
Dim time As ExDateTime
Dim days As Integer
Dim returnValue As ExDateTime
returnValue = instance.AddDays(time, days)
public ExDateTime AddDays(
ExDateTime time,
int days
)