ReportingPostTimesheetPeriodChangedEventArgs.PeriodEndDate Property
Gets the end date of the changed timesheet period.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public ReadOnly Property PeriodEndDate As DateTime
Get
'Usage
Dim instance As ReportingPostTimesheetPeriodChangedEventArgs
Dim value As DateTime
value = instance.PeriodEndDate
public DateTime PeriodEndDate { get; }
Property Value
Type: System.DateTime
See Also
Reference
ReportingPostTimesheetPeriodChangedEventArgs Class