Condividi tramite


FiscalPeriodDataSet.FiscalPeriodsRow.WFISCAL_QUARTER property

Gets or sets an integer that represents the order of a specified quarter within the fiscal year.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property WFISCAL_QUARTER As Integer
    Get
    Set
'Usage
Dim instance As FiscalPeriodDataSet.FiscalPeriodsRow
Dim value As Integer

value = instance.WFISCAL_QUARTER

instance.WFISCAL_QUARTER = value
public int WFISCAL_QUARTER { get; set; }

Property value

Type: System.Int32

Remarks

For example, October is the second quarter in a fiscal year that starts in July.

See also

Reference

FiscalPeriodDataSet.FiscalPeriodsRow class

FiscalPeriodDataSet.FiscalPeriodsRow members

WebSvcAdmin namespace