StatusingDataSet.ProjectsRow.PROJ_OPT_DUR_ENTRY_FMT property

Gets a value that specifies the default duration format for entry of tasks.

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

Syntax

'Declaration
Public Property PROJ_OPT_DUR_ENTRY_FMT As Short
    Get
    Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Short

value = instance.PROJ_OPT_DUR_ENTRY_FMT

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

Property value

Type: System.Int16
The default value is days (7).

Remarks

The default duration format can be set in the Schedule tab of the Project Options dialog box. You can compare this value with the Task.DurationFormat enumeration. Possible values for the task duration format are minutes (3), hours (5), days (7), weeks (9), or months (11).

See also

Reference

StatusingDataSet.ProjectsRow class

StatusingDataSet.ProjectsRow members

WebSvcStatusing namespace