IntlDate.IsYearLeap method
傳回布林值,指出國際日期的年份是否為閏年。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function IsYearLeap As Boolean
'用途
Dim instance As IntlDate
Dim returnValue As Boolean
returnValue = instance.IsYearLeap()
public bool IsYearLeap()
傳回值
Type: System.Boolean
true如果年是閏年。否則, false。