Project.WorkFormat enumeration

Specifies the work format.

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

Syntax

'Declaration
<ClientCallableTypeAttribute(ServerTypeId := "E7545CFC-DBF7-4671-A17E-A938AFC5E704")> _
Public Enumeration WorkFormat
'Usage
Dim instance As Project.WorkFormat
[ClientCallableTypeAttribute(ServerTypeId = "E7545CFC-DBF7-4671-A17E-A938AFC5E704")]
public enum WorkFormat

Members

Member name Description
Minute Value=1. Minutes.
Hour Value=2. Hours. This is the default value.
Day Value=3. Days.
Week Value=4. Weeks.
Month Value=5. Months.

Remarks

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

See also

Reference

Microsoft.Office.Project.Server.Library namespace