Compartilhar via


SPIntlCal.IsCalendarSupported method

Retorna um valor booleano que indica se o calendário internacional dá suporte para o tipo de calendário especificado.

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

Syntax

'Declaração
Public Shared Function IsCalendarSupported ( _
    calType As SPCalendarType _
) As Boolean
'Uso
Dim calType As SPCalendarType
Dim returnValue As Boolean

returnValue = SPIntlCal.IsCalendarSupported(calType)
public static bool IsCalendarSupported(
    SPCalendarType calType
)

Parâmetros

Valor retornado

Type: System.Boolean
true se há suporte para o tipo de calendário; Caso contrário, false.

Ver também

Referência

SPIntlCal class

SPIntlCal members

Microsoft.SharePoint.Utilities namespace