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 |
|---|---|---|
| dateTime | ILocalDateTime | Gets the date and time. |
| isDST | boolean | Indicates whether daylight saving time is in operation. |
| timeZoneId | TimeZoneId | Gets the identifier of the time zone. |