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 local date and a local time object.

    Signature:

    createLocalDateTime(date: data.ILocalDate, time: data.ILocalTime): data.ILocalDateTime;
    

    Introduced: version 1.1

    Parameters

    Parameter Type Description
    date data.ILocalDate A local date.
    time data.ILocalTime A local time.

    Returns:

    data.ILocalDateTime

    The new local date-time object.

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