ExDateTime.AddMonths method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function AddMonths ( _
months As Integer _
) As ExDateTime
'Usage
Dim instance As ExDateTime
Dim months As Integer
Dim returnValue As ExDateTime
returnValue = instance.AddMonths(months)
public ExDateTime AddMonths(
int months
)
Parameters
- months
Type: System.Int32
Return value
Type: Microsoft.Exchange.ExchangeSystem.ExDateTime