TimesheetEnum.EntryMode enumeration

Office 2013 and later

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)

No code example is currently available or this language may not be supported.

Member nameDescription
DailyValue=0. Daily timesheet entry.
WeeklyValue=1. Weekly timesheet entry.

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

Show: