Share via


ProjectDataSet.ProjectRow.PROJ_OPT_DEF_FINISH_TIME property

Specifies the finish time that Project Server uses when task start dates or finish dates omit the time component.

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

Syntax

'Declaration
Public Property PROJ_OPT_DEF_FINISH_TIME As DateTime
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As DateTime

value = instance.PROJ_OPT_DEF_FINISH_TIME

instance.PROJ_OPT_DEF_FINISH_TIME = value
public DateTime PROJ_OPT_DEF_FINISH_TIME { get; set; }

Property value

Type: System.DateTime

Remarks

Read-only. 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 17:00, the same as the default in Project Professional.

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcProject namespace