Share via


TimeSheetWorkCollection.GetByStartDate method

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

Syntax

'Declaration
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)
public TimeSheetWork GetByStartDate(
    DateTime start
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.TimeSheetWork

See also

Reference

TimeSheetWorkCollection class

TimeSheetWorkCollection members

Microsoft.ProjectServer.Client namespace