ProjectDataSet.ProjectRow.PROJ_OPT_FY_START_MONTH property
Specifies the number of the first month in the fiscal year.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROJ_OPT_FY_START_MONTH As Short
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Short
value = instance.PROJ_OPT_FY_START_MONTH
instance.PROJ_OPT_FY_START_MONTH = value
public short PROJ_OPT_FY_START_MONTH { get; set; }
Property value
Type: System.Int16
Remarks
PROJ_OPT_FY_START_MONTH maps to the Fiscal year starts in option in the Calendar tab of the Options dialog box in Project Professional.
The default value for new projects is determined by the enterprise global template. If there is no enterprise global template value, the default value is 1 (January).
1 = January
2 = February
3 = March
4 = April
5 = May
6 = June
7 = July
8 = August
9 = September
10 = October
11 = November
12 = December
See also
Reference
ProjectDataSet.ProjectRow class