Share via


StatusingDataSet.ProjectsRow.PROJ_OPT_DEF_START_TIME Property

Gets the default start time of a working day.

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 StatusingDataSet.ProjectsRow
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

Remarks

This value can be set on the Schedule tab of the Project Options dialog box.

See Also

Reference

StatusingDataSet.ProjectsRow Class

StatusingDataSet.ProjectsRow Members

Statusing Web Service