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)
Available in Sandboxed Solutions: No

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

Return Value

Type: System.Boolean
true if the date is supported; otherwise, false.

See Also

Reference

ISPCalendar Interface

ISPCalendar Members

Microsoft.SharePoint.Utilities Namespace