MELCloud & MELCloud Home API for Node.js - v48.2.0
GitHub
GitHub Packages
Preparing search index...
Temporal
ZonedDateTimeConstructor
Interface ZonedDateTimeConstructor
interface
ZonedDateTimeConstructor
{
new
ZonedDateTimeConstructor
(
epochNanoseconds
:
bigint
,
timeZone
:
string
,
calendar
?:
string
,
)
:
Temporal
.
ZonedDateTime
;
prototype
:
Temporal
.
ZonedDateTime
;
compare
(
one
:
ZonedDateTimeLike
,
two
:
ZonedDateTimeLike
)
:
number
;
from
(
item
:
ZonedDateTimeLike
,
options
?:
ZonedDateTimeFromOptions
,
)
:
Temporal
.
ZonedDateTime
;
}
Index
Constructors
constructor
Properties
prototype
Methods
compare
from
Constructors
constructor
new
ZonedDateTimeConstructor
(
epochNanoseconds
:
bigint
,
timeZone
:
string
,
calendar
?:
string
,
)
:
Temporal
.
ZonedDateTime
Parameters
epochNanoseconds
:
bigint
timeZone
:
string
Optional
calendar
:
string
Returns
Temporal
.
ZonedDateTime
Properties
Readonly
prototype
prototype
:
Temporal
.
ZonedDateTime
Methods
compare
compare
(
one
:
ZonedDateTimeLike
,
two
:
ZonedDateTimeLike
)
:
number
Parameters
one
:
ZonedDateTimeLike
two
:
ZonedDateTimeLike
Returns
number
from
from
(
item
:
ZonedDateTimeLike
,
options
?:
ZonedDateTimeFromOptions
,
)
:
Temporal
.
ZonedDateTime
Parameters
item
:
ZonedDateTimeLike
Optional
options
:
ZonedDateTimeFromOptions
Returns
Temporal
.
ZonedDateTime
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...