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
)
參數
calType
Type: Microsoft.SharePoint.SPCalendarTypeSPCalendarType物件,表示行事曆類型。
傳回值
Type: System.Boolean
true如果支援行事曆類型。否則, false。