Share via


ExCalendar.AddMonths Method

Namespace:  Microsoft.Exchange.ExchangeSystem
Assembly:  Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)

Syntax

'Declaration
Public Function AddMonths ( _
    time As ExDateTime, _
    months As Integer _
) As ExDateTime
'Usage
Dim instance As ExCalendar
Dim time As ExDateTime
Dim months As Integer
Dim returnValue As ExDateTime

returnValue = instance.AddMonths(time, _
    months)
public ExDateTime AddMonths(
    ExDateTime time,
    int months
)

Parameters