Compartilhar via


SPIntlCal.IsSupportedLocalYear method

Retorna um valor booleano que indica se o tipo de calendário especificado oferece suporte o ano especificado.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Shared Function IsSupportedLocalYear ( _
    calType As SPCalendarType, _
    year As Integer _
) As Boolean
'Uso
Dim calType As SPCalendarType
Dim year As Integer
Dim returnValue As Boolean

returnValue = SPIntlCal.IsSupportedLocalYear(calType, _
    year)
public static bool IsSupportedLocalYear(
    SPCalendarType calType,
    int year
)

Parâmetros

  • year
    Type: System.Int32

    Um inteiro de 32 bits que representa o ano para avaliar.

Valor retornado

Type: System.Boolean
true se o tipo de calendário suporta o ano; Caso contrário, false.

Ver também

Referência

SPIntlCal class

SPIntlCal members

Microsoft.SharePoint.Utilities namespace