Share via


TimeSheetWorkCollection.Add method

Adds an actual work value to a timesheet.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function Add ( _
    parameters As TimeSheetWorkCreationInformation _
) As TimeSheetWork
'Usage
Dim instance As TimeSheetWorkCollection
Dim parameters As TimeSheetWorkCreationInformation
Dim returnValue As TimeSheetWork

returnValue = instance.Add(parameters)
[RemoteAttribute]
public TimeSheetWork Add(
    TimeSheetWorkCreationInformation parameters
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.TimeSheetWork
A TimesheetWork object.

See also

Reference

TimeSheetWorkCollection class

TimeSheetWorkCollection members

Microsoft.ProjectServer.Client namespace