ResourcePlanDataSet.DatesRow.StartDate property
Specifies the start date of the current resource plan.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property StartDate As DateTime
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.DatesRow
Dim value As DateTime
value = instance.StartDate
instance.StartDate = value
public DateTime StartDate { get; set; }
Property value
Type: System.DateTime
See also
Reference
ResourcePlanDataSet.DatesRow class