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
- year
Type: System.Int32
- month
Type: System.Int32
- day
Type: System.Int32
- era
Type: System.Int32
Return Value
Type: System.Boolean