Datatype
[ Enumeration ]
export enum Datatype {
Datetime,
Timespan,
Keyword
}
Values
Name | Value | Description |
---|---|---|
Datetime |
| Datetime String. Example: 2018-01-29T10:00Z refers to 29 January 2018 at 10 am UTC time. |
Timespan |
| Timespan String. Example: PT1H10M indicates a timespan of 1 hour and 10 minutes in ISO8601 format. |
Keyword |
| String Keywords. Previously |
Available from version 1.10 |