CustomField.LocalType enumeration

Specifies the type for a Project local custom field.

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

Syntax

'Declaration
Public Enumeration LocalType
'Usage
Dim instance As CustomField.LocalType
public enum LocalType

Members

Member name Description
Cost Value=9. Value in 1/100 dollars.
Date Value=4. A date value. HIWORD contains days offset from 1/1/84. LOWORD contains minute offset, ranging from 0 to 1440, from 12:00 A.M. (midnight).
Duration Value=6. Value in 1/10 minutes.
FinishDate Value=27. A date value; if no time is included the default finish time is used. HIWORD contains days offset from 1/1/84. LOWORD contains minute offset, ranging from 0 to 1440, from 12:00 A.M. (midnight).
Flag Value=17. Index into yes/no string table.
Number Value=15. A number value.
StartDate Value=57. A date value; if no time is included, the default start time is used. HIWORD contains days offset from 1/1/84. LOWORD contains minute offset, ranging from 0 to 1440, from 12:00 A.M. (midnight).
Text Value=21. A string value.

Remarks

Used for local custom fields only. For enterprise custom fields, use CustomField.Type.

Use the CustomField.LocalType type to set the MD_PROP_TYPE_ENUM property in the following objects:

See also

Reference

Microsoft.Office.Project.Server.Library namespace