del método ISPCalendar.IsSupportedDate
Devuelve un valor booleano que indica si se admite la fecha especificada por el calendario local.
Espacio de nombres: Microsoft.SharePoint.Utilities
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Function IsSupportedDate ( _
ByRef di As SimpleDate _
) As Boolean
'Uso
Dim instance As ISPCalendar
Dim di As SimpleDate
Dim returnValue As Boolean
returnValue = instance.IsSupportedDate(di)
bool IsSupportedDate(
ref SimpleDate di
)
Parámetros
di
Tipo: Microsoft.SharePoint.Utilities.SimpleDateSimpleDate para evaluar.
Valor devuelto
Tipo: System.Boolean
true si se admite la fecha; en caso contrario, false.