Share via


ExCalendar.IsLeapMonth Method (Int32, 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, _
    era As Integer _
) As Boolean
'Usage
Dim instance As ExCalendar
Dim year As Integer
Dim month As Integer
Dim era As Integer
Dim returnValue As Boolean

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

Parameters

Return Value

Type: System.Boolean