共用方式為


SPIntlCal.IsCalendarSupported method

傳回布林值,指出國際行事曆是否支援指定的行事曆類型。

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

Syntax

'宣告
Public Shared Function IsCalendarSupported ( _
    calType As SPCalendarType _
) As Boolean
'用途
Dim calType As SPCalendarType
Dim returnValue As Boolean

returnValue = SPIntlCal.IsCalendarSupported(calType)
public static bool IsCalendarSupported(
    SPCalendarType calType
)

參數

傳回值

Type: System.Boolean
true如果支援行事曆類型。否則, false。

請參閱

參照

SPIntlCal class

SPIntlCal members

Microsoft.SharePoint.Utilities namespace