ExCalendar.IsLeapYear Method (Int32)
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function IsLeapYear ( _
year As Integer _
) As Boolean
'Usage
Dim instance As ExCalendar
Dim year As Integer
Dim returnValue As Boolean
returnValue = instance.IsLeapYear(year)
public bool IsLeapYear(
int year
)
Parameters
- year
Type: System.Int32
Return Value
Type: System.Boolean