Share via


ReportingPostTimesheetPeriodChangedEventArgs Constructor

Creates an instance of the ReportingPostTimesheetPeriodChangedEventArgs 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 ( _
    periodGuid As Guid, _
    periodStartDate As DateTime, _
    periodEndDate As DateTime, _
    periodName As String, _
    periodStatus As TimesheetEnum.PeriodState _
)
'Usage
Dim periodGuid As Guid
Dim periodStartDate As DateTime
Dim periodEndDate As DateTime
Dim periodName As String
Dim periodStatus As TimesheetEnum.PeriodState

Dim instance As New ReportingPostTimesheetPeriodChangedEventArgs(periodGuid, _
    periodStartDate, periodEndDate, _
    periodName, periodStatus)
public ReportingPostTimesheetPeriodChangedEventArgs(
    Guid periodGuid,
    DateTime periodStartDate,
    DateTime periodEndDate,
    string periodName,
    TimesheetEnum.PeriodState periodStatus
)

Parameters

  • periodGuid
    Type: System.Guid
    The GUID of the changed timesheet period.
  • periodStartDate
    Type: System.DateTime
    The start date of the changed timesheet period.
  • periodEndDate
    Type: System.DateTime
    The end date of the changed timesheet period.
  • periodName
    Type: System.String
    The unique name of the changed timesheet period.

See Also

Reference

ReportingPostTimesheetPeriodChangedEventArgs Class

ReportingPostTimesheetPeriodChangedEventArgs Members

Microsoft.Office.Project.Server.Events Namespace