Share via


FiscalPeriodDataSet.FiscalPeriodsDataTable.AddFiscalPeriodsRow Method (Guid, Int32, Int32, Int32, DateTime, DateTime, String)

This member is reserved for internal use and is not intended to be used directly from your code.

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 AddFiscalPeriodsRow ( _
    WFISCAL_PERIOD_UID As Guid, _
    WFISCAL_MONTH As Integer, _
    WFISCAL_QUARTER As Integer, _
    WFISCAL_YEAR As Integer, _
    WFISCAL_PERIOD_START_DATE As DateTime, _
    WFISCAL_PERIOD_FINISH_DATE As DateTime, _
    WFISCAL_PERIOD_NAME As String _
) As FiscalPeriodDataSet.FiscalPeriodsRow
'Usage
Dim instance As FiscalPeriodDataSet.FiscalPeriodsDataTable
Dim WFISCAL_PERIOD_UID As Guid
Dim WFISCAL_MONTH As Integer
Dim WFISCAL_QUARTER As Integer
Dim WFISCAL_YEAR As Integer
Dim WFISCAL_PERIOD_START_DATE As DateTime
Dim WFISCAL_PERIOD_FINISH_DATE As DateTime
Dim WFISCAL_PERIOD_NAME As String
Dim returnValue As FiscalPeriodDataSet.FiscalPeriodsRow

returnValue = instance.AddFiscalPeriodsRow(WFISCAL_PERIOD_UID, _
    WFISCAL_MONTH, WFISCAL_QUARTER, _
    WFISCAL_YEAR, WFISCAL_PERIOD_START_DATE, _
    WFISCAL_PERIOD_FINISH_DATE, WFISCAL_PERIOD_NAME)
public FiscalPeriodDataSet.FiscalPeriodsRow AddFiscalPeriodsRow(
    Guid WFISCAL_PERIOD_UID,
    int WFISCAL_MONTH,
    int WFISCAL_QUARTER,
    int WFISCAL_YEAR,
    DateTime WFISCAL_PERIOD_START_DATE,
    DateTime WFISCAL_PERIOD_FINISH_DATE,
    string WFISCAL_PERIOD_NAME
)

Parameters

Return Value

Type: [Admin Web service].FiscalPeriodDataSet.FiscalPeriodsRow

Remarks

In general, developers should use the AddFiscalPeriodsRow(FiscalPeriodDataSet.FiscalPeriodsRow) overload.

See Also

Reference

FiscalPeriodDataSet.FiscalPeriodsDataTable Class

FiscalPeriodDataSet.FiscalPeriodsDataTable Members

AddFiscalPeriodsRow Overload

Admin Web Service