ResourcePlanDataSet.DatesDataTable.AddDatesRow 方法 (DateTime, DateTime, String)
此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: WebSvcResourcePlan
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Function AddDatesRow ( _
StartDate As DateTime, _
EndDate As DateTime, _
IntervalName As String _
) As ResourcePlanDataSet.DatesRow
用法
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
类型:System.DateTime
- EndDate
类型:System.DateTime
- IntervalName
类型:System.String
返回值
类型:WebSvcResourcePlan.ResourcePlanDataSet.DatesRow
另请参阅
引用
ResourcePlanDataSet.DatesDataTable 类