Compartilhar via


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

  • year
    Type: System.Int32

    Um inteiro de 32 bits que representa um ano.

Valor retornado

Type: System.Boolean
true se o ano é bissexto; Caso contrário, false.

Ver também

Referência

SPIntlCal class

SPIntlCal members

Microsoft.SharePoint.Utilities namespace