DraftProject.FiscalYearStartMonth property

Gets or sets the number of the first month in the fiscal year.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property FiscalYearStartMonth As Short
    Get
    Set
'Usage
Dim instance As DraftProject
Dim value As Short

value = instance.FiscalYearStartMonth

instance.FiscalYearStartMonth = value
[RemoteAttribute]
public short FiscalYearStartMonth { get; set; }

Property value

Type: System.Int16
A numerical value that indicates the first month in the fiscal year.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace