CalendarExceptionCollection.Add 方法
新增行事曆例外的行事曆例外的集合。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<RemoteAttribute> _
Public Function Add ( _
parameters As CalendarExceptionCreationInformation _
) As CalendarException
'用途
Dim instance As CalendarExceptionCollection
Dim parameters As CalendarExceptionCreationInformation
Dim returnValue As CalendarException
returnValue = instance.Add(parameters)
[RemoteAttribute]
public CalendarException Add(
CalendarExceptionCreationInformation parameters
)
參數
parameters
類型:Microsoft.ProjectServer.Client.CalendarExceptionCreationInformation包含新的行事曆例外的相關資訊,如範例的開始和完成時間和日期,物件。
傳回值
類型:Microsoft.ProjectServer.Client.CalendarException
行事曆例外狀況。
請參閱
參照
CalendarExceptionCollection 類別