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

    Interface InstantConstructor

    interface InstantConstructor {
        new InstantConstructor(epochNanoseconds: bigint): Temporal.Instant;
        prototype: Temporal.Instant;
        compare(one: InstantLike, two: InstantLike): number;
        from(item: InstantLike): Temporal.Instant;
        fromEpochMilliseconds(epochMilliseconds: number): Temporal.Instant;
        fromEpochNanoseconds(epochNanoseconds: bigint): Temporal.Instant;
    }
    Index
    • Parameters

      • epochNanoseconds: bigint

      Returns Temporal.Instant

    prototype: Temporal.Instant
    • Parameters

      • epochMilliseconds: number

      Returns Temporal.Instant

    • Parameters

      • epochNanoseconds: bigint

      Returns Temporal.Instant