Freigeben über


ISPCalendar.IsSupportedYear-Methode

Gibt einen booleschen Wert, der angibt, ob das angegebene Jahr vom lokalen Kalender unterstützt wird.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Function IsSupportedYear ( _
    year As Integer _
) As Boolean
'Usage
Dim instance As ISPCalendar
Dim year As Integer
Dim returnValue As Boolean

returnValue = instance.IsSupportedYear(year)
bool IsSupportedYear(
    int year
)

Parameter

  • year
    Typ: System.Int32

    Ein ganzzahliger Wert, der das Jahr darstellt.

Rückgabewert

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

Siehe auch

Referenz

ISPCalendar Schnittstelle

ISPCalendar-Member

Microsoft.SharePoint.Utilities-Namespace