PS.CustomFieldType enumeration (ps.js)

Specifies the type for an enterprise custom field.

Applies to: Project Professional 2013 | Project Server 2013

PS.CustomFieldType

Remarks

CustomFieldType constants can be used with the following properties:

Members

The CustomFieldType enumeration has the following members.

Member

Value

Description

DATE

4

A date value. HIWORD contains days offset from 1/1/84. LOWORD contains minute off-set, ranging from 0 to 1440, from 12:00 A.M. (midnight).

DURATION

6

Value in 1/10 minutes.

COST

9

Value in 1/100 dollars.

NUMBER

15

A number value.

FLAG

17

Index into yes/no string table.

TEXT

21

A string value.

FINISHDATE

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 off-set, ranging from 0 to 1440, from 12:00 A.M. (midnight).

See also

Reference

Microsoft.ProjectServer.Client.CustomFieldType