다음을 통해 공유


Calendar.CopyTo method

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
Public Function CopyTo ( _
    name As String _
) As Calendar
'Usage
Dim instance As Calendar
Dim name As String
Dim returnValue As Calendar

returnValue = instance.CopyTo(name)
public Calendar CopyTo(
    string name
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.Calendar

See also

Reference

Calendar class

Calendar members

Microsoft.ProjectServer.Client namespace