ProjectDataSet.ProjectRow.PROJ_OPT_DEF_START_TIME Property
Specifies the default start time for 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_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