Share via


ExCalendar.GetLeapMonth Method (Int32)

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

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Function GetLeapMonth ( _
    year As Integer _
) As Integer
'Usage
Dim instance As ExCalendar
Dim year As Integer
Dim returnValue As Integer

returnValue = instance.GetLeapMonth(year)
[ComVisibleAttribute(false)]
public int GetLeapMonth(
    int year
)

Parameters

Return Value

Type: System.Int32