FiscalPeriodDataSet.FiscalPeriodsDataTable.NewFiscalPeriodsRow Method
Creates a FiscalPeriodsRow object that represents a new row of fiscal period information in the FiscalPeriodsDataTable.
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 NewFiscalPeriodsRow As FiscalPeriodDataSet.FiscalPeriodsRow
'Usage
Dim instance As FiscalPeriodDataSet.FiscalPeriodsDataTable
Dim returnValue As FiscalPeriodDataSet.FiscalPeriodsRow
returnValue = instance.NewFiscalPeriodsRow()
public FiscalPeriodDataSet.FiscalPeriodsRow NewFiscalPeriodsRow()
Return Value
Type: [Admin Web service].FiscalPeriodDataSet.FiscalPeriodsRow
See Also
Reference
FiscalPeriodDataSet.FiscalPeriodsDataTable Class