Share via


StatusingDataSet.ProjectsRow.PROJ_OPT_MINUTES_PER_DAY Property

Gets a value that specifies the default number of minutes per day.

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_MINUTES_PER_DAY As Integer
    Get
    Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
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

The default number of hours per day can be set on the Schedule tab of the Project Options dialog box. A value of eight hours is 480 minutes.

See Also

Reference

StatusingDataSet.ProjectsRow Class

StatusingDataSet.ProjectsRow Members

Statusing Web Service