StatusingDataSet.ProjectsRow.PROJ_OPT_MINUTES_PER_DAY property
Gets a value that specifies the default number of minutes per day.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
An integer value that represents a number of minutes.
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