Share via


SrPeriod constructor (Int64, Int64)

Creates a SrPeriod object from values that represent a starting date and an ending date.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Sub New ( _
    start As Long, _
    end As Long _
)
'Usage
Dim start As Long
Dim end As Long

Dim instance As New SrPeriod(start, end)
public SrPeriod(
    long start,
    long end
)

Parameters

  • start
    Type: System.Int64

    The value to create a starting date.

  • end
    Type: System.Int64

    The value to create an ending date.

See also

Reference

SrPeriod structure

SrPeriod members

SrPeriod overload

Microsoft.Office.Project.Server.Library namespace