i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > data > createLocalDateTime

    data.createLocalDateTime() function

    Creates a local date-time object, which does not have a time zone, from local date and local time objects.

    Signature:

    function createLocalDateTime(date: ILocalDate, time: ILocalTime): ILocalDateTime;
    

    Introduced: API version 2.0

    Parameters

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

    Returns:

    ILocalDateTime

    The new local date-time object.

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