Project.WorkFormat enumeration

Office 2013 and later

Specifies the work format.

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
MinuteValue=1. Minutes.
HourValue=2. Hours. This is the default value.
DayValue=3. Days.
WeekValue=4. Weeks.
MonthValue=5. Months.

Use the Project.WorkFormat type to set the PROJ_OPT_WORK_ENTRY_FMT property in a WebSvcProject.ProjectDataSet.ProjectResourceRow or WebSvcProject.ProjectDataSet.ProjectRow.

Show: