Compartilhar via


SrPeriod construtor (Int64, Int64)

Cria um objeto de SrPeriod de valores que representam uma data inicial e uma data final.

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

Sintaxe

'Declaração
Public Sub New ( _
    start As Long, _
    end As Long _
)
'Uso
Dim start As Long
Dim end As Long

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

Parâmetros

  • start
    Tipo: System.Int64

    O valor para criar uma data inicial.

Ver também

Referência

SrPeriod estrutura

SrPeriod membros

SrPeriod em sobrecarga

Microsoft.Office.Project.Server.Library namespace