ProjectDataSet.ProjectRow.PROJ_OPT_MINUTES_PER_DAY property

Specifies the default number of minutes per day.

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

Syntax

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

value = instance.PROJ_OPT_MINUTES_PER_DAY

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

Property value

Type: System.Int32

Remarks

PROJ_OPT_MINUTES_PER_DAY maps to 60 * the Hours per day option on the Calendar tab of the Options dialog box in 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 480 (eight hours).

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcProject namespace