Share via


ReportingPostTimesheetPeriodChangedEventArgs.PeriodStartDate property

Gets the start date name 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 PeriodStartDate As DateTime
    Get
'Usage
Dim instance As ReportingPostTimesheetPeriodChangedEventArgs
Dim value As DateTime

value = instance.PeriodStartDate
public DateTime PeriodStartDate { get; }

Property value

Type: System.DateTime

See also

Reference

ReportingPostTimesheetPeriodChangedEventArgs class

ReportingPostTimesheetPeriodChangedEventArgs members

Microsoft.Office.Project.Server.Events namespace