FiscalPeriodDataSet.FiscalPeriodsDataTable.AddFiscalPeriodsRow Method (FiscalPeriodDataSet.FiscalPeriodsRow)
Adds the specified row of fiscal period information to 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 Sub AddFiscalPeriodsRow ( _
row As FiscalPeriodDataSet.FiscalPeriodsRow _
)
'Usage
Dim instance As FiscalPeriodDataSet.FiscalPeriodsDataTable
Dim row As FiscalPeriodDataSet.FiscalPeriodsRow
instance.AddFiscalPeriodsRow(row)
public void AddFiscalPeriodsRow(
FiscalPeriodDataSet.FiscalPeriodsRow row
)
Parameters
- row
Type: [Admin Web service].FiscalPeriodDataSet.FiscalPeriodsRow
The FiscalPeriodsRow object to add.
See Also
Reference
FiscalPeriodDataSet.FiscalPeriodsDataTable Class