WorkFormatType Enumeration

Specifies the duration format type of the work.

Namespace:  Microsoft.Office.Project.Conversion
Assembly:  Microsoft.Office.Project.Shared (in Microsoft.Office.Project.Shared.dll)

Syntax

'Declaration
Public Enumeration WorkFormatType
'Usage
Dim instance As WorkFormatType
public enum WorkFormatType

Members

Member name Description
Invalid Value=-1. Invalid.
None Value=-2. No label.
Seconds Value=0. Seconds.
Minutes Value=1. Minutes.
Hours Value=2. Hours.
Days Value=3. Days.
Weeks Value=4. Weeks.
Months Value=5. Months.
Quarters Value=6. Quarters.
Years Value=7. Years.
Decades Value=8. Decades.
Material Value=9. Material usage.
Default Value=3. The default value is days.

See Also

Reference

Microsoft.Office.Project.Conversion Namespace