CalendarCollection.Add 方法

将一个新的日历添加到日历的集合。

命名空间:  Microsoft.ProjectServer.Client
程序集:  Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)

语法

声明
<RemoteAttribute> _
Public Function Add ( _
    parameters As CalendarCreationInformation _
) As Calendar
用法
Dim instance As CalendarCollection
Dim parameters As CalendarCreationInformation
Dim returnValue As Calendar

returnValue = instance.Add(parameters)
[RemoteAttribute]
public Calendar Add(
    CalendarCreationInformation parameters
)

参数

返回值

类型:Microsoft.ProjectServer.Client.Calendar
日历。

另请参阅

引用

CalendarCollection 类

CalendarCollection 成员

Microsoft.ProjectServer.Client 命名空间