ISPCalendar.IsSupportedDate method
傳回布林值,指出是否由本機行事曆支援指定的日期。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Function IsSupportedDate ( _
ByRef di As SimpleDate _
) As Boolean
'用途
Dim instance As ISPCalendar
Dim di As SimpleDate
Dim returnValue As Boolean
returnValue = instance.IsSupportedDate(di)
bool IsSupportedDate(
ref SimpleDate di
)
參數
di
Type: Microsoft.SharePoint.Utilities.SimpleDate評估SimpleDate 。
傳回值
Type: System.Boolean
true如果日期受支援。否則, false。