MELCloud & MELCloud Home API for Node.js - v48.2.0
GitHub
GitHub Packages
Preparing search index...
Temporal
PlainMonthDayConstructor
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
Constructors
constructor
Properties
prototype
Methods
from
Constructors
constructor
new
PlainMonthDayConstructor
(
isoMonth
:
number
,
isoDay
:
number
,
calendar
?:
string
,
referenceISOYear
?:
number
,
)
:
Temporal
.
PlainMonthDay
Parameters
isoMonth
:
number
isoDay
:
number
Optional
calendar
:
string
Optional
referenceISOYear
:
number
Returns
Temporal
.
PlainMonthDay
Properties
Readonly
prototype
prototype
:
Temporal
.
PlainMonthDay
Methods
from
from
(
item
:
PlainMonthDayLike
,
options
?:
OverflowOptions
)
:
Temporal
.
PlainMonthDay
Parameters
item
:
PlainMonthDayLike
Optional
options
:
OverflowOptions
Returns
Temporal
.
PlainMonthDay
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
prototype
Methods
from
GitHub
GitHub Packages
MELCloud & MELCloud Home API for Node.js - v48.2.0
Loading...