PeriodState Enumeration

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

Namespace:  WebSvcAdmin
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

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