CustomFieldType enumeration

Specifies the type for an enterprise custom field.

Syntax

CSOM

enum CustomFieldType 

JSOM

PS.CustomFieldType

REST Interface

CustomFieldType enumeration is not expliclity defined in REST. Use the values below to understand what can be returned and set.

Members

Name 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

CustomField
CustomFieldCreationInformation
LookupTable