Share via


TimesheetDataSet.ActualsDataTable.FindByTS_LINE_UIDTS_ACT_START_DATE method

Gets the ActualsRow object that is specified by the timesheet line and the actual start date.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

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

returnValue = instance.FindByTS_LINE_UIDTS_ACT_START_DATE(TS_LINE_UID, _
    TS_ACT_START_DATE)
public TimesheetDataSet.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: WebSvcTimeSheet.TimesheetDataSet.ActualsRow

See also

Reference

TimesheetDataSet.ActualsDataTable class

TimesheetDataSet.ActualsDataTable members

WebSvcTimeSheet namespace