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: [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 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: [TimeSheet Web service].TimesheetDataSet.ActualsRow
See Also
Reference
TimesheetDataSet.ActualsDataTable Class