Compartir a través de


ProjectTimesheetLinesDataSet.ActualsDataTable.FindByTS_LINE_UIDTS_ACT_START_DATE Method

Retrieves an ActualsRow object by using the specified timesheet line GUID and the actual start date.

Namespace:  [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl

Syntax

'Declaration
Public Function FindByTS_LINE_UIDTS_ACT_START_DATE ( _
    TS_LINE_UID As Guid, _
    TS_ACT_START_DATE As DateTime _
) As ProjectTimesheetLinesDataSet.ActualsRow
'Usage
Dim instance As ProjectTimesheetLinesDataSet.ActualsDataTable
Dim TS_LINE_UID As Guid
Dim TS_ACT_START_DATE As DateTime
Dim returnValue As ProjectTimesheetLinesDataSet.ActualsRow

returnValue = instance.FindByTS_LINE_UIDTS_ACT_START_DATE(TS_LINE_UID, _
    TS_ACT_START_DATE)
public ProjectTimesheetLinesDataSet.ActualsRow FindByTS_LINE_UIDTS_ACT_START_DATE(
    Guid TS_LINE_UID,
    DateTime TS_ACT_START_DATE
)

Parameters

  • TS_LINE_UID
    Type: System.Guid
    Contains the timesheet line GUID.
  • TS_ACT_START_DATE
    Type: System.DateTime
    Contains the timesheet actual start date.

Return Value

Type: [TimeSheet Web service].ProjectTimesheetLinesDataSet.ActualsRow

See Also

Reference

ProjectTimesheetLinesDataSet.ActualsDataTable Class

ProjectTimesheetLinesDataSet.ActualsDataTable Members

TimeSheet Web Service