Share via


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)
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.

See Also

Reference

IntlDate Class

IntlDate Members

Microsoft.SharePoint.Utilities Namespace