Types
The following types of variable exist and can be converted to others via conversion functions.
Type | Values | Example |
---|---|---|
| Either | |
| Number | 1, 2 |
| Text | |
| Time Of Day information without date | 12:34:58.114 |
| Date and Time of a specific point in time | 2024-02-29 12:34:58.114 |
| Date, Time and Offset of a specific point in time | 2024-02-29 12:34:58.114 +02:00 |
Last updated