Share via


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.

See also

Reference

StatusFreq class

StatusFreq members

StatusFreq overload

Microsoft.Office.Project.Server.Library namespace