ProjectDataSet.ProjectRow.PROJ_OPT_DEF_START_TIME Property
Specifies the default start time for tasks.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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 Microsoft Office Project Professional.
See Also
Reference
ProjectDataSet.ProjectRow Class