SrPeriod Constructor (SrPeriod)
Creates a SrPeriod object from another SrPeriod.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Sub New ( _
period As SrPeriod _
)
'Usage
Dim period As SrPeriod
Dim instance As New SrPeriod(period)
public SrPeriod(
SrPeriod period
)
Parameters
- period
Type: Microsoft.Office.Project.Server.Library.SrPeriod
The status report period to copy.