Share via


PublishedProject.FiscalYearStartMonth property

Gets 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 ReadOnly Property FiscalYearStartMonth As Short
    Get
'Usage
Dim instance As PublishedProject
Dim value As Short

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

Property value

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

See also

Reference

PublishedProject class

PublishedProject members

Microsoft.ProjectServer.Client namespace