TimePeriodDataSet.TimePeriodsDataTable.NewTimePeriodsRow Method
Creates a new 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 TimePeriodDataSet.TimePeriodsRow
'Usage
Dim instance As TimePeriodDataSet.TimePeriodsDataTable
Dim returnValue As TimePeriodDataSet.TimePeriodsRow
returnValue = instance.NewTimePeriodsRow()
public TimePeriodDataSet.TimePeriodsRow NewTimePeriodsRow()
Return Value
Type: [Admin Web service].TimePeriodDataSet.TimePeriodsRow
See Also
Reference
TimePeriodDataSet.TimePeriodsDataTable Class