MELCloud & MELCloud Home API for Node.js - v48.2.0
    Preparing search index...

    Interface ZonedDateTimeConstructor

    interface ZonedDateTimeConstructor {
        new ZonedDateTimeConstructor(
            epochNanoseconds: bigint,
            timeZone: string,
            calendar?: string,
        ): Temporal.ZonedDateTime;
        prototype: Temporal.ZonedDateTime;
        compare(one: ZonedDateTimeLike, two: ZonedDateTimeLike): number;
        from(
            item: ZonedDateTimeLike,
            options?: ZonedDateTimeFromOptions,
        ): Temporal.ZonedDateTime;
    }
    Index
    • Parameters

      • epochNanoseconds: bigint
      • timeZone: string
      • Optionalcalendar: string

      Returns Temporal.ZonedDateTime