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

    Interface PlainYearMonthConstructor

    interface PlainYearMonthConstructor {
        new PlainYearMonthConstructor(
            isoYear: number,
            isoMonth: number,
            calendar?: string,
            referenceISODay?: number,
        ): Temporal.PlainYearMonth;
        prototype: Temporal.PlainYearMonth;
        compare(one: PlainYearMonthLike, two: PlainYearMonthLike): number;
        from(
            item: PlainYearMonthLike,
            options?: OverflowOptions,
        ): Temporal.PlainYearMonth;
    }
    Index
    • Parameters

      • isoYear: number
      • isoMonth: number
      • Optionalcalendar: string
      • OptionalreferenceISODay: number

      Returns Temporal.PlainYearMonth