StatusFreq Constructor (DataRow )
Creates a StatusFreq object by using an array of DataRow objects that contain dates for the beginning and ending of status periods.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Sub New ( _
dr As DataRow() _
)
'Usage
Dim dr As DataRow()
Dim instance As New StatusFreq(dr)
public StatusFreq(
DataRow[] dr
)
Parameters
- dr
Type: []
The array of beginning and ending dates of status periods.