Share via


ResourcePlanDataSet.DatesDataTable.FindByIntervalName method

Gets the DatesRow object specified by the interval name.

Namespace:  WebSvcResourcePlan
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Function FindByIntervalName ( _
    IntervalName As String _
) As ResourcePlanDataSet.DatesRow
'Usage
Dim instance As ResourcePlanDataSet.DatesDataTable
Dim IntervalName As String
Dim returnValue As ResourcePlanDataSet.DatesRow

returnValue = instance.FindByIntervalName(IntervalName)
public ResourcePlanDataSet.DatesRow FindByIntervalName(
    string IntervalName
)

Parameters

Return value

Type: WebSvcResourcePlan.ResourcePlanDataSet.DatesRow

See also

Reference

ResourcePlanDataSet.DatesDataTable class

ResourcePlanDataSet.DatesDataTable members

WebSvcResourcePlan namespace