ISPCalendar.IsYearLeap 方法 (Int32)
返回一个布尔值,该值指示指定的年份是否为闰年。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Function IsYearLeap ( _
year As Integer _
) As Boolean
用法
Dim instance As ISPCalendar
Dim year As Integer
Dim returnValue As Boolean
returnValue = instance.IsYearLeap(year)
bool IsYearLeap(
int year
)
参数
year
类型:System.Int32一个整数值,表示的年份。
返回值
类型:System.Boolean
true年是否为闰年。否则为false。