UnsubmittedTimesheetDataSet.TimePeriodsDataTable.AddTimePeriodsRow method (UnsubmittedTimesheetDataSet.TimePeriodsRow)
Adds the specified TimePeriodsRow object to the TimePeriodsDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
row
Type: WebSvcAdmin.UnsubmittedTimesheetDataSet.TimePeriodsRowThe TimePeriodsRow object to add.
See also
Reference
UnsubmittedTimesheetDataSet.TimePeriodsDataTable class