Home > @i2analyze/notebook-sdk > data > ILocalDateTime
data.ILocalDateTime interface
A date and a time without an accompanying time zone.
Signature:
interface ILocalDateTime
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
date | readonly |
ILocalDate | Gets the date. |
time | readonly |
ILocalTime | Gets the time. |
Methods
Method | Description |
---|---|
toJSDate() | Gets the date and time as a JavaScript Date object. |