del método SPIntlCal.IsCalendarSupported
Devuelve un valor booleano que indica si el calendario internacional admite el tipo de calendario especificado.
Espacio de nombres: Microsoft.SharePoint.Utilities
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
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
Tipo: Microsoft.SharePoint.SPCalendarTypeUn objeto SPCalendarType que representa un tipo de calendario.
Valor devuelto
Tipo: System.Boolean
true si se admite el tipo de calendario; en caso contrario, false.