Share via


FiscalPeriodDataSet.FiscalPeriodsRow.WFISCAL_MONTH Property

Gets or sets an integer that represents the order of a specified month 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_MONTH As Integer
    Get
    Set
'Usage
Dim instance As FiscalPeriodDataSet.FiscalPeriodsRow
Dim value As Integer

value = instance.WFISCAL_MONTH

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

Property Value

Type: System.Int32

Remarks

For example, October is the fourth month in a fiscal year that starts in July.

See Also

Reference

FiscalPeriodDataSet.FiscalPeriodsRow Class

FiscalPeriodDataSet.FiscalPeriodsRow Members

Admin Web Service