TimesheetEnum.PeriodState enumeration

Office 2013 and later

Specifies the state of a timesheet period for an action, such as getting a list of timesheet periods.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
OpenValue=0. Use open timesheet periods.
ClosedValue=1. Use closed timesheet periods.
AllValue=2. Use all timesheet periods.

The ReadPeriods method uses the TimesheetEnum.PeriodState enumeration.

NoteNote

The WebSvcAdmin namespace also includes the PeriodState type.

Show: