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:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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: WebSvcAdmin.FiscalPeriodDataSet.FiscalPeriodsRow

Remarks

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

See also

Reference

FiscalPeriodDataSet.FiscalPeriodsDataTable class

FiscalPeriodDataSet.FiscalPeriodsDataTable members

AddFiscalPeriodsRow overload

WebSvcAdmin namespace