Compartilhar via


ReportingPostResourceCapacityTimeRangeChangedEventArgs construtor (DateTime, DateTime, DateTime, DateTime, Boolean)

Cria uma instância da classe ReportingPostResourceCapacityTimeRangeChangedEventArgs ; usado internamente.

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

Sintaxe

'Declaração
Public Sub New ( _
    timeRangeStartBefore As DateTime, _
    timeRangeEndBefore As DateTime, _
    timeRangeStartAfter As DateTime, _
    timeRangeEndAfter As DateTime, _
    forceFullSync As Boolean _
)
'Uso
Dim timeRangeStartBefore As DateTime
Dim timeRangeEndBefore As DateTime
Dim timeRangeStartAfter As DateTime
Dim timeRangeEndAfter As DateTime
Dim forceFullSync As Boolean

Dim instance As New ReportingPostResourceCapacityTimeRangeChangedEventArgs(timeRangeStartBefore, _
    timeRangeEndBefore, timeRangeStartAfter, _
    timeRangeEndAfter, forceFullSync)
public ReportingPostResourceCapacityTimeRangeChangedEventArgs(
    DateTime timeRangeStartBefore,
    DateTime timeRangeEndBefore,
    DateTime timeRangeStartAfter,
    DateTime timeRangeEndAfter,
    bool forceFullSync
)

Parâmetros

  • timeRangeStartBefore
    Tipo: System.DateTime

    A data de início de um intervalo de tempo de capacidade do recurso que ocorre antes da data atual.

  • timeRangeEndBefore
    Tipo: System.DateTime

    A data final de um intervalo de tempo de capacidade do recurso que ocorre antes da data atual.

  • timeRangeStartAfter
    Tipo: System.DateTime

    A data de início de um intervalo de tempo de capacidade do recurso que ocorre após a data atual.

  • timeRangeEndAfter
    Tipo: System.DateTime

    A data final de um intervalo de tempo de capacidade do recurso que ocorre após a data atual.

  • forceFullSync
    Tipo: System.Boolean

    Indica se deve usar a sincronização de força total na fila.

Ver também

Referência

ReportingPostResourceCapacityTimeRangeChangedEventArgs classe

ReportingPostResourceCapacityTimeRangeChangedEventArgs membros

ReportingPostResourceCapacityTimeRangeChangedEventArgs em sobrecarga

Microsoft.Office.Project.Server.Events namespace