SPIntlCal.IsLocalYearLeap method
Retorna um valor booleano que indica se o ano especificado é um ano bissexto no tipo de calendário especificado.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function IsLocalYearLeap ( _
calType As SPCalendarType, _
year As Integer _
) As Boolean
'Uso
Dim calType As SPCalendarType
Dim year As Integer
Dim returnValue As Boolean
returnValue = SPIntlCal.IsLocalYearLeap(calType, _
year)
public static bool IsLocalYearLeap(
SPCalendarType calType,
int year
)
Parâmetros
calType
Type: Microsoft.SharePoint.SPCalendarTypeUm objeto SPCalendarType que representa um tipo de calendário.
year
Type: System.Int32Um inteiro de 32 bits que representa um ano.
Valor retornado
Type: System.Boolean
true se o ano é bissexto; Caso contrário, false.