Home > @i2analyze/notebook-sdk > data > ILocalDate
data.ILocalDate interface
A date without an accompanying time or time zone.
Signature:
interface ILocalDate
Introduced: version 1.0
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| day | readonly |
number | Gets the day of the month as a value from 1-31 inclusive. |
| month | readonly |
number | Gets the month of the year as a value from 1-12 inclusive. |
| year | readonly |
number | Gets the year. |
Methods
| Method | Description |
|---|---|
| toJSDate() | Gets the date as a JavaScript Date object. |