ReportingPostTimesheetStatusChangedEventArgs.ModifiedDate Property
Gets the date of the change to a timesheet status.
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 ModifiedDate As DateTime
Get
'Usage
Dim instance As ReportingPostTimesheetStatusChangedEventArgs
Dim value As DateTime
value = instance.ModifiedDate
public DateTime ModifiedDate { get; }
Property Value
Type: System.DateTime
See Also
Reference
ReportingPostTimesheetStatusChangedEventArgs Class