Share via


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

Return value

Type: Microsoft.Exchange.ExchangeSystem.ExDateTime

See also

Reference

ExDateTime structure

ExDateTime members

Microsoft.Exchange.ExchangeSystem namespace