IntlDate.IsYearLeap method
Returns a Boolean value that indicates whether the year of the international date is a leap year.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function IsYearLeap As Boolean
'Usage
Dim instance As IntlDate
Dim returnValue As Boolean
returnValue = instance.IsYearLeap()
public bool IsYearLeap()
Return value
Type: System.Boolean
true if the year is a leap year; otherwise, false.