Share via


TimeSheetWorkCollection.GetByStartDate method

Gets a timesheet actual work object from the collection with a specified start date.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function GetByStartDate ( _
    start As DateTime _
) As TimeSheetWork
'Usage
Dim instance As TimeSheetWorkCollection
Dim start As DateTime
Dim returnValue As TimeSheetWork

returnValue = instance.GetByStartDate(start)
[RemoteAttribute]
public TimeSheetWork GetByStartDate(
    DateTime start
)

Parameters

Return value

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

See also

Reference

TimeSheetWorkCollection class

TimeSheetWorkCollection members

Microsoft.ProjectServer.Client namespace