ResourcePlanDataSet.DatesRow.StartDate Property
Specifies the start date of the current resource plan.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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