Home > @i2analyze/notebook-sdk > data > IZonedDateTime
data.IZonedDateTime interface
A date and time with an accompanying time zone.
Signature:
interface IZonedDateTime
Introduced: version 1.0
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| dateTime | readonly |
ILocalDateTime | Gets the date and time. |
| isDst | readonly |
boolean | Indicates whether daylight saving time is in operation. |
| timeZone | readonly |
ITimeZone | Gets the time zone. |