PeriodState enumeration

Specifies the state of a timesheet period for an action.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration PeriodState
'Usage
Dim instance As PeriodState
[SerializableAttribute]
public enum PeriodState

Members

Member name Description
Open Value=0. Open timesheet periods.
Closed Value=1. Closed timesheet periods.
All Value=2. All timesheet periods.

Remarks

An example of an action is retrieving a list of timesheet periods

The ReadPeriods method uses the PeriodState type.

Note

The Microsoft.Office.Project.Server.Library namespace also includes the TimesheetEnum.PeriodState type.

See also

Reference

WebSvcAdmin namespace