ResourcePlanDataSet.DatesRow.EndDate property
Specifies the end date of the current resource plan.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property EndDate As DateTime
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.DatesRow
Dim value As DateTime
value = instance.EndDate
instance.EndDate = value
public DateTime EndDate { get; set; }
Property value
Type: System.DateTime
Remarks
The Resource Plan PSI is deprecated. It will continue to be supported for Project 2013 development, but will not be supported in future releases.
See also
Reference
ResourcePlanDataSet.DatesRow class