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

    Interface PlainMonthDayConstructor

    interface PlainMonthDayConstructor {
        new PlainMonthDayConstructor(
            isoMonth: number,
            isoDay: number,
            calendar?: string,
            referenceISOYear?: number,
        ): Temporal.PlainMonthDay;
        prototype: Temporal.PlainMonthDay;
        from(
            item: PlainMonthDayLike,
            options?: OverflowOptions,
        ): Temporal.PlainMonthDay;
    }
    Index
    • Parameters

      • isoMonth: number
      • isoDay: number
      • Optionalcalendar: string
      • OptionalreferenceISOYear: number

      Returns Temporal.PlainMonthDay