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
calType
Type: Microsoft.SharePoint.SPCalendarTypeUm objeto SPCalendarType que representa um tipo de calendário.
Valor retornado
Type: System.Boolean
true se há suporte para o tipo de calendário; Caso contrário, false.