ProjectDataSet.ProjectRow.PROJ_OPT_DAYS_PER_MONTH Property
Specifies the default number of working days per month.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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 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