ProjectDataSet.ProjectRow.PROJ_OPT_FY_START_MONTH Property

Specifies the number of the first month in the fiscal year.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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 Microsoft Office 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

ProjectDataSet.ProjectRow Members

WebSvcProject Namespace