FiscalPeriodDataSet.FiscalPeriodsRow.WFISCAL_QUARTER Property
Gets or sets an integer that represents the order of a specified quarter within the fiscal year.
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 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