Compartir a través de


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

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

Parameters

Return Value

Type: System.Boolean