UnsubmittedTimesheetDataSet.TimePeriodsDataTable.NewTimePeriodsRow Method
Creates a TimePeriodsRow object that represents a new row of time period information in 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 Function NewTimePeriodsRow As UnsubmittedTimesheetDataSet.TimePeriodsRow
'Usage
Dim instance As UnsubmittedTimesheetDataSet.TimePeriodsDataTable
Dim returnValue As UnsubmittedTimesheetDataSet.TimePeriodsRow
returnValue = instance.NewTimePeriodsRow()
public UnsubmittedTimesheetDataSet.TimePeriodsRow NewTimePeriodsRow()
Return Value
Type: [Admin Web service].UnsubmittedTimesheetDataSet.TimePeriodsRow
See Also
Reference
UnsubmittedTimesheetDataSet.TimePeriodsDataTable Class