i2 Connect SDK
Search results for

    Show/hide table of contents

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