StatusingDataSet.ProjectsRow.PROJ_OPT_DEF_FINISH_TIME Property
Gets the default end 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_FINISH_TIME As DateTime
Get
Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
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
This value can be set on the Schedule tab of the Project Options dialog box.
See Also
Reference
StatusingDataSet.ProjectsRow Class