TimesheetEnum.Navigation Enumeration

Specifies how to navigate a list of timesheet lines.

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

Syntax

'Declaration
Public Enumeration Navigation
'Usage
Dim instance As TimesheetEnum.Navigation
public enum Navigation

Members

Member name Description
Current Value=0. Go to the current line.
Previous Value=1. Go to the previous line.
Next Value=2. Go to the next line.

Remarks

For more information, see the ReadTimesheetByPeriod PSI method.

Note

The WebSvcTimeSheet namespace also includes the Navigation type.

NoteNote

The WebSvcTimeSheet namespace also includes the Navigation type.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace