Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- WFISCAL_PERIOD_UID
Type: System.Guid
- WFISCAL_MONTH
Type: System.Int32
- WFISCAL_QUARTER
Type: System.Int32
- WFISCAL_YEAR
Type: System.Int32
- WFISCAL_PERIOD_START_DATE
Type: System.DateTime
- WFISCAL_PERIOD_FINISH_DATE
Type: System.DateTime
- WFISCAL_PERIOD_NAME
Type: System.String
Return value
Type: WebSvcAdmin.FiscalPeriodDataSet.FiscalPeriodsRow
Remarks
In general, developers should use the AddFiscalPeriodsRow(FiscalPeriodDataSet.FiscalPeriodsRow) overload.
See also
Reference
FiscalPeriodDataSet.FiscalPeriodsDataTable class