Share via


ExCalendar.IsLeapDay Method (Int32, Int32, Int32)

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

Syntax

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

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

Parameters

Return Value

Type: System.Boolean