Enum TypeFieldValue

TypeFieldValue enumeration

Type specifies a data type for the text field value.

public enum TypeFieldValue

Values

NameValueDescription
String0String.
Number2Number. Includes date, time, duration, and currency values as well as scalars, dimensions, and angles.
DateTime5Date or time value. Displays days, months, and years, or seconds, minutes, and hours, or a combined date and time value.
Duration6Duration value. Displays elapsed time.
Currency7Currency value. Uses the system’s current regional settings.
Undefined-2147483648Undefined.

See Also