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: 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 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.GuidContains the timesheet line GUID.
TS_ACT_START_DATE
Type: System.DateTimeContains the timesheet actual start date.
Return value
Type: WebSvcTimeSheet.ProjectTimesheetLinesDataSet.ActualsRow
See also
Reference
ProjectTimesheetLinesDataSet.ActualsDataTable class