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
日历例外日期。