Home > @i2analyze/i2connect > data > DateTime
data.DateTime type
A date and time.
Signature:
type DateTime = IZonedDateTime | ISO8601LocalDateTime;
References: IZonedDateTime, ISO8601LocalDateTime
Introduced: API version 1.2
Remarks
Date and time values can be specified in ISO 8601 format (in which case the default time zone is assumed) or as an data.IZonedDateTime.