i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > DateAndTime

    spi.DateAndTime type

    A fully qualified date and time, including a time zone.

    Signature:

    export type DateAndTime = {
        isDST: boolean;
        localDateAndTime: string;
        timeZoneId: string;
      };
    
    In this article
    Back to top © N. Harris Computer Corporation