MELCloud & MELCloud Home API for Node.js - v48.2.0
GitHub
GitHub Packages
Preparing search index...
Temporal
PlainDateConstructor
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
Constructors
constructor
Properties
prototype
Methods
compare
from
Constructors
constructor
new
PlainDateConstructor
(
isoYear
:
number
,
isoMonth
:
number
,
isoDay
:
number
,
calendar
?:
string
,
)
:
Temporal
.
PlainDate
Parameters
isoYear
:
number
isoMonth
:
number
isoDay
:
number
Optional
calendar
:
string
Returns
Temporal
.
PlainDate
Properties
Readonly
prototype
prototype
:
Temporal
.
PlainDate
Methods
compare
compare
(
one
:
PlainDateLike
,
two
:
PlainDateLike
)
:
number
Parameters
one
:
PlainDateLike
two
:
PlainDateLike
Returns
number
from
from
(
item
:
PlainDateLike
,
options
?:
OverflowOptions
)
:
Temporal
.
PlainDate
Parameters
item
:
PlainDateLike
Optional
options
:
OverflowOptions
Returns
Temporal
.
PlainDate
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...