i2 Connect SDK
Search results for

    Show/hide table of contents

    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.
    In this article
    Back to top © N. Harris Computer Corporation