ProjectDataSet.ProjectRow.PROJ_OPT_DAYS_PER_MONTH Property

Specifies the default number of working days per month.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property PROJ_OPT_DAYS_PER_MONTH As Short
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Short

value = instance.PROJ_OPT_DAYS_PER_MONTH

instance.PROJ_OPT_DAYS_PER_MONTH = value
public short PROJ_OPT_DAYS_PER_MONTH { get; set; }

Property Value

Type: System.Int16
Number of working days per month.

Remarks

PROJ_OPT_DAYS_PER_MONTH maps to the Days per month option on the Calendar tab of the Options dialog box in Microsoft Office Project Professional.

The default for new projects is determined by the enterprise global template. If there is no enterprise global template value, the default value is 20.

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

WebSvcProject Namespace