ReportingPostTimesheetPeriodCreatedEventArgs Constructor
Creates an instance of the ReportingPostTimesheetPeriodCreatedEventArgs 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 ReportingPostTimesheetPeriodCreatedEventArgs(periodGuid, _
periodStartDate, periodEndDate, _
periodName, periodStatus)
public ReportingPostTimesheetPeriodCreatedEventArgs(
Guid periodGuid,
DateTime periodStartDate,
DateTime periodEndDate,
string periodName,
TimesheetEnum.PeriodState periodStatus
)
Parameters
- periodGuid
Type: System.Guid
The GUID of the timesheet period that has been created.
- periodStartDate
Type: System.DateTime
The start date of the timesheet period that has been created.
- periodEndDate
Type: System.DateTime
The end date of the timesheet period that has been created.
- periodName
Type: System.String
The name of the timesheet period that has been created.
- periodStatus
Type: Microsoft.Office.Project.Server.Library.TimesheetEnum.PeriodState
An enumerated value that represents the status of the timesheet period that has been created.
See Also
Reference
ReportingPostTimesheetPeriodCreatedEventArgs Class