ReportingPostTimesheetPeriodChangedEventArgs constructor (Guid, DateTime, DateTime, String, TimesheetEnum.PeriodState)
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.GuidThe GUID of the changed timesheet period.
periodStartDate
Type: System.DateTimeThe start date of the changed timesheet period.
periodEndDate
Type: System.DateTimeThe end date of the changed timesheet period.
periodName
Type: System.StringThe unique name of the changed timesheet period.
periodStatus
Type: Microsoft.Office.Project.Server.Library.TimesheetEnum.PeriodStateAn enumerated value that represents the status of the changed timesheet period.
See also
Reference
ReportingPostTimesheetPeriodChangedEventArgs class
ReportingPostTimesheetPeriodChangedEventArgs members