Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Variable Types

Each variable must be assigned a type which limits what time of information can be stored in a variable. Note that all variable types, except expression variables, can have their values changed during the build process.

...

Numeric variables can only contain numbers.

Date and Time

DateTime Date and time variables can only contain full datetime date and time values. These values are always converted to UTC time when the value is saved.

...