ProjectDataSet.ProjectRow.PROJ_OPT_DEF_START_TIME property

Specifies the default start time for tasks.

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

Syntax

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

value = instance.PROJ_OPT_DEF_START_TIME

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

Property value

Type: System.DateTime
Default task start time.

Remarks

Read-only. If you create a task where the start date omits the time component, the task starts at the default start time. The default for new projects is determined by the enterprise global template. If there is no enterprise global template value, the default value is 08:00, the same as in Project Professional.

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcStatusing namespace