Home > @i2analyze/i2connect > data > ILocalDate
data.ILocalDate interface
A date without an accompanying time or time zone.
Signature:
interface ILocalDate
Introduced: API version 2.0
Properties
| Property | Type | Description |
|---|---|---|
| day | number | Gets the day of the month as a value from 1 to 31. |
| month | number | Gets the month of the year as a value from 1 to 12. |
| year | number | Gets the year. |
Methods
| Method | Description |
|---|---|
| toISOString() | Gets the date in ISO 8601 format. |
| toJSDate() | Gets the date as a JavaScript Date object. |