Compartir a través de


del método SPIntlCal.IsSupportedLocalDate

Devuelve un valor booleano que indica si el tipo de calendario especificado es compatible con la fecha especificada.

Espacio de nombres:  Microsoft.SharePoint.Utilities
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public Shared Function IsSupportedLocalDate ( _
    calType As SPCalendarType, _
    ByRef di As SimpleDate _
) As Boolean
'Uso
Dim calType As SPCalendarType
Dim di As SimpleDate
Dim returnValue As Boolean

returnValue = SPIntlCal.IsSupportedLocalDate(calType, _
    di)
public static bool IsSupportedLocalDate(
    SPCalendarType calType,
    ref SimpleDate di
)

Parámetros

Valor devuelto

Tipo: System.Boolean
true si el tipo de calendario es compatible con la fecha; en caso contrario, false.

Vea también

Referencia

clase SPIntlCal

Miembros SPIntlCal

Espacio de nombres Microsoft.SharePoint.Utilities