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