TimePeriodDataSet.TimePeriodsDataTable.NewTimePeriodsRow method
Creates a new TimePeriodsRow object that represents a new row of time period information in the TimePeriodsDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcAdmin.TimePeriodDataSet.TimePeriodsRow
See also
Reference
TimePeriodDataSet.TimePeriodsDataTable class