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