ReportingPostTimesheetPeriodChangedEventArgs.PeriodEndDate - Propriété
Obtient la date de fin de la période de feuille de temps modifié.
Espace de noms : Microsoft.Office.Project.Server.Events
Assembly : Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PeriodEndDate As DateTime
Get
'Utilisation
Dim instance As ReportingPostTimesheetPeriodChangedEventArgs
Dim value As DateTime
value = instance.PeriodEndDate
public DateTime PeriodEndDate { get; }
Valeur de propriété
Type : System.DateTime
Voir aussi
Référence
ReportingPostTimesheetPeriodChangedEventArgs classe