Share via


ExCalendar.IsLeapMonth Method (Int32, Int32)

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

Syntax

'Declaration
Public Function IsLeapMonth ( _
    year As Integer, _
    month As Integer _
) As Boolean
'Usage
Dim instance As ExCalendar
Dim year As Integer
Dim month As Integer
Dim returnValue As Boolean

returnValue = instance.IsLeapMonth(year, _
    month)
public bool IsLeapMonth(
    int year,
    int month
)

Parameters

Return Value

Type: System.Boolean