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
- start
Type: System.DateTime
Return value
Type: Microsoft.ProjectServer.Client.TimeSheetWork