Datatype

[ Enumeration ]

export enum Datatype {
     Datetime,
     Timespan,
     Keyword
}

Werte

Name

Wert

Beschreibung

Datetime

0

Datetime String. Beispiel:

2018-01-29T10:00Z beschreibt den 29.01.2018 um 10 Uhr UTC Zeit.

Timespan

1

Timespan String. Beispiel:

PT1H10M bescheibt eine Zeitspanne von 1 Stunde und 10 Minuten im ISO8601 Format.

Keyword

2

String Keywords.

Bisher First im Start-Attribute und Latest im End-Attribute.

Datatype 1:

Verfügbar ab Version 1.10