Knowledge Base
Website
  • Knowledge Base
    • Time Sync
    • Licensing
  • Checklists
  • Scripting
    • Types
    • Differences
    • How to begin
    • Functions
      • Built-in Functions
      • Custom Standard Functions
        • ALGE-Timing D-Line/GAZ
    • Common Mistakes
Powered by GitBook
On this page
  1. Scripting

Types

The following types of variable exist and can be converted to others via conversion functions.

Type
Values
Example

Bool

Either True or False

Number

Number

1, 2

String

Text

TimeSpan

Time Of Day information without date

12:34:58.114

DateTime

Date and Time of a specific point in time

2024-02-29 12:34:58.114

DateTimeOffset

Date, Time and Offset of a specific point in time

2024-02-29 12:34:58.114 +02:00

PreviousScriptingNextDifferences

Last updated 1 month ago