SPIntlCal.IsLocalDateValid method (SPCalendarType, SimpleDate)
Retorna um valor booleano que indica se o tipo de calendário especificado oferece suporte a data especificada.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function IsLocalDateValid ( _
calType As SPCalendarType, _
ByRef di As SimpleDate _
) As Boolean
'Uso
Dim calType As SPCalendarType
Dim di As SimpleDate
Dim returnValue As Boolean
returnValue = SPIntlCal.IsLocalDateValid(calType, _
di)
public static bool IsLocalDateValid(
SPCalendarType calType,
ref SimpleDate di
)
Parâmetros
calType
Type: Microsoft.SharePoint.SPCalendarTypeUm objeto SPCalendarType que representa um tipo de calendário.
di
Type: Microsoft.SharePoint.Utilities.SimpleDateSimpleDate para avaliar.
Valor retornado
Type: System.Boolean
true se a data for suportada; Caso contrário, false.