i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > app > IValueFactory > createLocalDateTime

    app.IValueFactory.createLocalDateTime() method

    Creates a local date-time object (that does not have a time zone) from a JavaScript Date object.

    Signature:

    createLocalDateTime(jsDate: Date): data.ILocalDateTime;
    

    Introduced: version 1.1

    Parameters

    Parameter Type Description
    jsDate Date A JavaScript Date, from which the 'local' (not UTC) date and time values are used.

    Returns:

    data.ILocalDateTime

    The new local date-time object.

    In this article
    Back to top © N. Harris Computer Corporation