StatusingDataSet.ProjectsRow.PROJ_OPT_DUR_ENTRY_FMT Property
Gets a value that specifies the default duration format for entry of tasks.
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_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