Partager via


SrPeriod - Constructeur (Int64, Int64)

Crée un objet SrPeriod à partir des valeurs qui représentent une date de début et une date de fin.

Espace de noms :  Microsoft.Office.Project.Server.Library
Assembly :  Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    start As Long, _
    end As Long _
)
'Utilisation
Dim start As Long
Dim end As Long

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

Paramètres

  • start
    Type : System.Int64

    La valeur pour créer une date de début.

  • end
    Type : System.Int64

    La valeur pour créer une date de fin.

Voir aussi

Référence

SrPeriod structure

SrPeriod - Membres

SrPeriod - Surcharge

Microsoft.Office.Project.Server.Library - Espace de noms