TimesheetEnum.EntryMode enumeration

Specifies whether the timesheet entry mode is daily or weekly.

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

Syntax

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

Members

Member name Description
Daily Value=0. Daily timesheet entry.
Weekly Value=1. Weekly timesheet entry.

Remarks

Use the TimesheetEnum.EntryMode type to set the TS_ENTRY_MODE_ENUM property in a TimesheetDataSet.HeadersRow object.

See also

Reference

Microsoft.Office.Project.Server.Library namespace