Share via


StatusingDataSet.ProjectsRow.PROJ_OPT_MINUTES_PER_WEEK property

Gets the default number of minutes per work week.

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

Syntax

'Declaration
Public Property PROJ_OPT_MINUTES_PER_WEEK As Integer
    Get
    Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
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
An integer that represents a number of minutes.

Remarks

If the Schedule tab in the Project Options dialog box shows 40 hours per week, the number of minutes in a work week = 2400.

See also

Reference

StatusingDataSet.ProjectsRow class

StatusingDataSet.ProjectsRow members

WebSvcStatusing namespace