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.
Represents status settings that can be applied to a timesheet.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Enumeration TimeSheetStatus
'Usage
Dim instance As TimeSheetStatus
public enum TimeSheetStatus
Members
| Member name | Description | |
|---|---|---|
| NotSpecified | Value=-1. Not specified. | |
| InProgress | Value=0. In progress. | |
| Submitted | Value=1. Submitted. | |
| Acceptable | Value=2. Acceptable. | |
| Approved | Value=3. Approved. | |
| Rejected | Value=4. Rejected. | |
| PendingSubmit | Value=5. Pending submission; used when one or more timesheet lines are pending approval after a timesheet is submitted and project manager coordination is required. |
Remarks
Timesheet status settings are represented by numerical values.