UnsubmittedTimesheetDataSet.TimePeriodsDataTable.RemoveTimePeriodsRow Method

Removes a row of time period information in the TimePeriodsDataTable, by using the specified TimePeriodsRow object.

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 RemoveTimePeriodsRow ( _
    row As UnsubmittedTimesheetDataSet.TimePeriodsRow _
)
'Usage
Dim instance As UnsubmittedTimesheetDataSet.TimePeriodsDataTable
Dim row As UnsubmittedTimesheetDataSet.TimePeriodsRow

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

Parameters

See Also

Reference

UnsubmittedTimesheetDataSet.TimePeriodsDataTable Class

UnsubmittedTimesheetDataSet.TimePeriodsDataTable Members

Admin Web Service