ReportingPostTimesheetStatusChangedEventArgs.ModifiedDate-Eigenschaft
Ruft das Datum der Änderung einer Arbeitszeittabellenstatus ab.
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; }
Eigenschaftswert
Typ: System.DateTime
Siehe auch
Referenz
ReportingPostTimesheetStatusChangedEventArgs Klasse