Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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.