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: [ResourcePlan Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/ResourcePlan.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/ResourcePlan.asmx?wsdl
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
- StartDate
Type: System.DateTime
- EndDate
Type: System.DateTime
- IntervalName
Type: System.String
Return Value
Type: [ResourcePlan Web service].ResourcePlanDataSet.DatesRow
See Also
Reference
ResourcePlanDataSet.DatesDataTable Class