Share via


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

Creates an instance of the ReportingPostResourceCapacityTimeRangeChangedEventArgs class; used internally.

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

Syntax

'Declaration
Public Sub New ( _
    timeRangeStartBefore As DateTime, _
    timeRangeEndBefore As DateTime, _
    timeRangeStartAfter As DateTime, _
    timeRangeEndAfter As DateTime, _
    forceFullSync As Boolean _
)
'Usage
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
)

Parameters

  • timeRangeStartBefore
    Type: System.DateTime

    The start date of a resource capacity time range that occurs before the current date.

  • timeRangeEndBefore
    Type: System.DateTime

    The end date of a resource capacity time range that occurs before the current date.

  • timeRangeStartAfter
    Type: System.DateTime

    The start date of a resource capacity time range that occurs after the current date.

  • timeRangeEndAfter
    Type: System.DateTime

    The end date of a resource capacity time range that occurs after the current date.

  • forceFullSync
    Type: System.Boolean

    Indicates whether to use full force synchronization in the queue.

See also

Reference

ReportingPostResourceCapacityTimeRangeChangedEventArgs class

ReportingPostResourceCapacityTimeRangeChangedEventArgs members

ReportingPostResourceCapacityTimeRangeChangedEventArgs overload

Microsoft.Office.Project.Server.Events namespace