ReportingPostTimesheetPeriodChangedEventArgs.PeriodEndDate propriedade
Obtém a data final do período do quadro de horários alterados.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxe
'Declaração
Public ReadOnly Property PeriodEndDate As DateTime
Get
'Uso
Dim instance As ReportingPostTimesheetPeriodChangedEventArgs
Dim value As DateTime
value = instance.PeriodEndDate
public DateTime PeriodEndDate { get; }
Valor de propriedade
Tipo: System.DateTime
Ver também
Referência
ReportingPostTimesheetPeriodChangedEventArgs classe