UnsubmittedTimesheetDataSet.TimePeriodsDataTable.AddTimePeriodsRow Method (UnsubmittedTimesheetDataSet.TimePeriodsRow)

Adds the specified TimePeriodsRow object to the TimePeriodsDataTable.

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

Syntax

'Declaration
Public Sub AddTimePeriodsRow ( _
    row As UnsubmittedTimesheetDataSet.TimePeriodsRow _
)
'Usage
Dim instance As UnsubmittedTimesheetDataSet.TimePeriodsDataTable
Dim row As UnsubmittedTimesheetDataSet.TimePeriodsRow

instance.AddTimePeriodsRow(row)
public void AddTimePeriodsRow(
    UnsubmittedTimesheetDataSet.TimePeriodsRow row
)

Parameters

See Also

Reference

UnsubmittedTimesheetDataSet.TimePeriodsDataTable Class

UnsubmittedTimesheetDataSet.TimePeriodsDataTable Members

AddTimePeriodsRow Overload

Admin Web Service