Freigeben über


ISPCalendar.IsSupportedDate-Methode

Gibt einen booleschen Wert, der angibt, ob das angegebene Datum durch den lokalen Kalender unterstützt wird.

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
)

Parameter

Rückgabewert

Typ: System.Boolean
true Wenn das Datum unterstützt wird; andernfalls false.

Siehe auch

Referenz

ISPCalendar Schnittstelle

ISPCalendar-Member

Microsoft.SharePoint.Utilities-Namespace