StatusFreq Constructor (DataTable)
Creates a StatusFreq object by using a DataTable object that contains 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 ( _
dt As DataTable _
)
'Usage
Dim dt As DataTable
Dim instance As New StatusFreq(dt)
public StatusFreq(
DataTable dt
)
Parameters
- dt
Type: System.Data.DataTable
The table of beginning and ending dates of status periods.