Share via


ResourcePlanDataSet.DatesDataTable.AddDatesRow method (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 (in ProjectServerServices.dll)

Syntax

'Declaration
Public Function AddDatesRow ( _
    StartDate As DateTime, _
    EndDate As DateTime, _
    IntervalName As String _
) As ResourcePlanDataSet.DatesRow
'Usage
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
)

Parameters

Return value

Type: WebSvcResourcePlan.ResourcePlanDataSet.DatesRow

See also

Reference

ResourcePlanDataSet.DatesDataTable class

ResourcePlanDataSet.DatesDataTable members

AddDatesRow overload

WebSvcResourcePlan namespace