Home > @i2analyze/i2connect > data > ILocalDateTime
data.ILocalDateTime interface
A date and a time without an accompanying time zone.
Signature:
interface ILocalDateTime
Introduced: API version 2.0
Properties
| Property | Type | Description |
|---|---|---|
| date | ILocalDate | Gets the date. |
| time | ILocalTime | Gets the time. |
Methods
| Method | Description |
|---|---|
| toISOString() | Gets the date and time in ISO 8601 format. |
| toJSDate() | Gets the date and time as a JavaScript Date object. |