Share via


ExCalendar.GetLeapMonth Method (Int32, Int32)

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

Syntax

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

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

Parameters

Return Value

Type: System.Int32