TimesheetDataSet.ActualsDataTable.AddActualsRow Method (TimesheetDataSet.LinesRow, DateTime, DateTime, String, Decimal, Decimal, Decimal, Decimal, Decimal)

This member is reserved for internal use and is not intended to be used directly from your code.

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 AddActualsRow ( _
    parentLinesRowByLines_Actuals As TimesheetDataSet.LinesRow, _
    TS_ACT_START_DATE As DateTime, _
    TS_ACT_FINISH_DATE As DateTime, _
    TS_ACT_COMMENT As String, _
    TS_ACT_PLAN_VALUE As Decimal, _
    TS_ACT_VALUE As Decimal, _
    TS_ACT_OVT_VALUE As Decimal, _
    TS_ACT_NON_BILLABLE_VALUE As Decimal, _
    TS_ACT_NON_BILLABLE_OVT_VALUE As Decimal _
) As TimesheetDataSet.ActualsRow
'Usage
Dim instance As TimesheetDataSet.ActualsDataTable
Dim parentLinesRowByLines_Actuals As TimesheetDataSet.LinesRow
Dim TS_ACT_START_DATE As DateTime
Dim TS_ACT_FINISH_DATE As DateTime
Dim TS_ACT_COMMENT As String
Dim TS_ACT_PLAN_VALUE As Decimal
Dim TS_ACT_VALUE As Decimal
Dim TS_ACT_OVT_VALUE As Decimal
Dim TS_ACT_NON_BILLABLE_VALUE As Decimal
Dim TS_ACT_NON_BILLABLE_OVT_VALUE As Decimal
Dim returnValue As TimesheetDataSet.ActualsRow

returnValue = instance.AddActualsRow(parentLinesRowByLines_Actuals, _
    TS_ACT_START_DATE, TS_ACT_FINISH_DATE, _
    TS_ACT_COMMENT, TS_ACT_PLAN_VALUE, _
    TS_ACT_VALUE, TS_ACT_OVT_VALUE, _
    TS_ACT_NON_BILLABLE_VALUE, TS_ACT_NON_BILLABLE_OVT_VALUE)
public TimesheetDataSet.ActualsRow AddActualsRow(
    TimesheetDataSet.LinesRow parentLinesRowByLines_Actuals,
    DateTime TS_ACT_START_DATE,
    DateTime TS_ACT_FINISH_DATE,
    string TS_ACT_COMMENT,
    decimal TS_ACT_PLAN_VALUE,
    decimal TS_ACT_VALUE,
    decimal TS_ACT_OVT_VALUE,
    decimal TS_ACT_NON_BILLABLE_VALUE,
    decimal TS_ACT_NON_BILLABLE_OVT_VALUE
)

Parameters

Return Value

Type: [TimeSheet Web service].TimesheetDataSet.ActualsRow

See Also

Reference

TimesheetDataSet.ActualsDataTable Class

TimesheetDataSet.ActualsDataTable Members

AddActualsRow Overload

TimeSheet Web Service