ISPCalendar.IsSupportedDate method
Returns a Boolean value that indicates whether the specified date is supported by the local calendar.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Function IsSupportedDate ( _
ByRef di As SimpleDate _
) As Boolean
'Usage
Dim instance As ISPCalendar
Dim di As SimpleDate
Dim returnValue As Boolean
returnValue = instance.IsSupportedDate(di)
bool IsSupportedDate(
ref SimpleDate di
)
Parameters
di
Type: Microsoft.SharePoint.Utilities.SimpleDateThe SimpleDate to evaluate.
Return value
Type: System.Boolean
true if the date is supported; otherwise, false.