Compartir a través de


(DateTime, DateTime, DateTime, DateTime, Boolean) del constructor ReportingPostResourceCapacityTimeRangeChangedEventArgs

Crea una instancia de la clase ReportingPostResourceCapacityTimeRangeChangedEventArgs . se usa internamente.

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
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

    La fecha de inicio de un intervalo de tiempo de capacidad de recursos que se produce antes de la fecha actual.

  • timeRangeEndBefore
    Tipo: System.DateTime

    La fecha de finalización de un intervalo de tiempo de capacidad de recursos que se produce antes de la fecha actual.

  • timeRangeStartAfter
    Tipo: System.DateTime

    La fecha de inicio de un intervalo de tiempo de capacidad de recursos que se produce después de la fecha actual.

  • timeRangeEndAfter
    Tipo: System.DateTime

    La fecha de finalización de un intervalo de tiempo de capacidad de recursos que se produce después de la fecha actual.

  • forceFullSync
    Tipo: System.Boolean

    Indica si se va a usar la sincronización de fuerza completa en la cola.

Vea también

Referencia

clase ReportingPostResourceCapacityTimeRangeChangedEventArgs

Miembros ReportingPostResourceCapacityTimeRangeChangedEventArgs

Sobrecarga ReportingPostResourceCapacityTimeRangeChangedEventArgs

Espacio de nombres Microsoft.Office.Project.Server.Events