Home > @i2analyze/i2connect > data > IZonedDateTime
data.IZonedDateTime interface
A date and time with an accompanying time zone.
Signature:
interface IZonedDateTime
Introduced: API version 1.0
Properties
Property | Type | Description |
---|---|---|
isDST | boolean | Indicates whether daylight saving time is in operation. |
localDateAndTime | ISO8601LocalDateTime | Gets the date and time as an ISO 8601 value. For example, 1976-10-23T13:30:00.409 . |
timeZoneId | string | Gets the identifier of the time zone. |