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
start
Type: System.DateTimeThe start date and time.
Return value
Type: Microsoft.ProjectServer.Client.TimeSheetWork
A TimeSheetWork object.