ResourcePlanDataSet.DatesDataTable.AddDatesRow método (DateTime, DateTime, String)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (em ProjectServerServices.dll)
'Declaração
Public Function AddDatesRow ( _
StartDate As DateTime, _
EndDate As DateTime, _
IntervalName As String _
) As ResourcePlanDataSet.DatesRow
'Uso
Dim instance As ResourcePlanDataSet.DatesDataTable
Dim StartDate As DateTime
Dim EndDate As DateTime
Dim IntervalName As String
Dim returnValue As ResourcePlanDataSet.DatesRow
returnValue = instance.AddDatesRow(StartDate, _
EndDate, IntervalName)
public ResourcePlanDataSet.DatesRow AddDatesRow(
DateTime StartDate,
DateTime EndDate,
string IntervalName
)
- StartDate
Tipo: System.DateTime
- EndDate
Tipo: System.DateTime
- IntervalName
Tipo: System.String
Tipo: WebSvcResourcePlan.ResourcePlanDataSet.DatesRow
ResourcePlanDataSet.DatesDataTable classe