ProjectDataSet.ProjectRow.PROJ_OPT_DUR_ENTRY_FMT property

Specifies the default unit for time durations in the project.

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

Syntax

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

value = instance.PROJ_OPT_DUR_ENTRY_FMT

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

Property value

Type: System.Int32

Remarks

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 5 (hours).

  • 3 = Minute

  • 5 = Hour

  • 7 = Day

  • 9 = Week

  • 11 = Month

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcProject namespace