Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Enumeration PeriodState
'Usage
Dim instance As TimesheetEnum.PeriodState
public enum PeriodState
Members
| Member name | Description | |
|---|---|---|
| Open | Value=0. Use open timesheet periods. | |
| Closed | Value=1. Use closed timesheet periods. | |
| All | Value=2. Use all timesheet periods. |
Remarks
The ReadPeriods method uses the TimesheetEnum.PeriodState enumeration.
Note
The WebSvcAdmin namespace also includes the PeriodState type.