共用方式為


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
)

參數

傳回值

類型:WebSvcResourcePlan.ResourcePlanDataSet.DatesRow

請參閱

參照

ResourcePlanDataSet.DatesDataTable 類別

ResourcePlanDataSet.DatesDataTable 成員

AddDatesRow 多載

WebSvcResourcePlan 命名空間