Field Summary | ||
---|---|---|
const int | STRING | |
String.
|
||
const int | NUMBER | |
Number. Includes date, time, duration, and currency values as well as scalars, dimensions, and angles.
|
||
const int | DATE_TIME | |
Date or time value. Displays days, months, and years, or seconds, minutes, and hours, or a combined date and time value.
|
||
const int | DURATION | |
Duration value. Displays elapsed time.
|
||
const int | CURRENCY | |
Currency value. Uses the system's current regional settings.
|
||
const int | UNDEFINED | |
Undefined.
|
const int STRING
const int NUMBER
const int DATE_TIME
const int DURATION
const int CURRENCY
const int UNDEFINED