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

    Interface PlainDateConstructor

    interface PlainDateConstructor {
        new PlainDateConstructor(
            isoYear: number,
            isoMonth: number,
            isoDay: number,
            calendar?: string,
        ): Temporal.PlainDate;
        prototype: Temporal.PlainDate;
        compare(one: PlainDateLike, two: PlainDateLike): number;
        from(item: PlainDateLike, options?: OverflowOptions): Temporal.PlainDate;
    }
    Index
    • Parameters

      • isoYear: number
      • isoMonth: number
      • isoDay: number
      • Optionalcalendar: string

      Returns Temporal.PlainDate

    prototype: Temporal.PlainDate