i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > data > IZonedDateTime

    data.IZonedDateTime interface

    A date and time with an accompanying time zone.

    Signature:

    interface IZonedDateTime 
    

    Introduced: version 1.0

    Properties

    Property Modifiers Type Description
    dateTime readonly ILocalDateTime Gets the date and time.
    isDst readonly boolean Indicates whether daylight saving time is in operation.
    timeZone readonly ITimeZone Gets the time zone.
    In this article
    Back to top © N. Harris Computer Corporation