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)

Sintaxe

'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)

Parâmetros

Valor retornado

Tipo: WebSvcResourcePlan.ResourcePlanDataSet.DatesRow

Ver também

Referência

ResourcePlanDataSet.DatesDataTable classe

ResourcePlanDataSet.DatesDataTable membros

AddDatesRow em sobrecarga

WebSvcResourcePlan namespace