ProjectDataSet.ProjectRow.PROJ_OPT_MINUTES_PER_WEEK Property

Specifies the default number of minutes per week.

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

Syntax

'Declaration
Public Property PROJ_OPT_MINUTES_PER_WEEK As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Integer

value = instance.PROJ_OPT_MINUTES_PER_WEEK

instance.PROJ_OPT_MINUTES_PER_WEEK = value
public int PROJ_OPT_MINUTES_PER_WEEK { get; set; }

Property Value

Type: System.Int32
2400 minutes per week, which is equal to 40 hours.

Remarks

PROJ_OPT_MINUTES_PER_WEEK maps to 60 * the Hours per week 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 2400 (40 hours).

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

WebSvcStatusing Namespace