Share via


ResourcePlanDataSet.UtilizationDataTable.AddUtilizationRow method (Guid, Int32, DateTime, DateTime, DateTime)

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 AddUtilizationRow ( _
    PROJ_UID As Guid, _
    RESPLAN_UTILIZATION_TYPE As Integer, _
    RESPLAN_UTILIZATION_DATE As DateTime, _
    RESPLAN_START_DATE As DateTime, _
    RESPLAN_FINISH_DATE As DateTime _
) As ResourcePlanDataSet.UtilizationRow
'Usage
Dim instance As ResourcePlanDataSet.UtilizationDataTable
Dim PROJ_UID As Guid
Dim RESPLAN_UTILIZATION_TYPE As Integer
Dim RESPLAN_UTILIZATION_DATE As DateTime
Dim RESPLAN_START_DATE As DateTime
Dim RESPLAN_FINISH_DATE As DateTime
Dim returnValue As ResourcePlanDataSet.UtilizationRow

returnValue = instance.AddUtilizationRow(PROJ_UID, _
    RESPLAN_UTILIZATION_TYPE, RESPLAN_UTILIZATION_DATE, _
    RESPLAN_START_DATE, RESPLAN_FINISH_DATE)
public ResourcePlanDataSet.UtilizationRow AddUtilizationRow(
    Guid PROJ_UID,
    int RESPLAN_UTILIZATION_TYPE,
    DateTime RESPLAN_UTILIZATION_DATE,
    DateTime RESPLAN_START_DATE,
    DateTime RESPLAN_FINISH_DATE
)

Parameters

Return value

Type: WebSvcResourcePlan.ResourcePlanDataSet.UtilizationRow

See also

Reference

ResourcePlanDataSet.UtilizationDataTable class

ResourcePlanDataSet.UtilizationDataTable members

AddUtilizationRow overload

WebSvcResourcePlan namespace