MELCloud & MELCloud Home API for Node.js - v48.2.0
GitHub
GitHub Packages
Preparing search index...
Temporal
InstantConstructor
Interface InstantConstructor
interface
InstantConstructor
{
new
InstantConstructor
(
epochNanoseconds
:
bigint
)
:
Temporal
.
Instant
;
prototype
:
Temporal
.
Instant
;
compare
(
one
:
InstantLike
,
two
:
InstantLike
)
:
number
;
from
(
item
:
InstantLike
)
:
Temporal
.
Instant
;
fromEpochMilliseconds
(
epochMilliseconds
:
number
)
:
Temporal
.
Instant
;
fromEpochNanoseconds
(
epochNanoseconds
:
bigint
)
:
Temporal
.
Instant
;
}
Index
Constructors
constructor
Properties
prototype
Methods
compare
from
from
Epoch
Milliseconds
from
Epoch
Nanoseconds
Constructors
constructor
new
InstantConstructor
(
epochNanoseconds
:
bigint
)
:
Temporal
.
Instant
Parameters
epochNanoseconds
:
bigint
Returns
Temporal
.
Instant
Properties
Readonly
prototype
prototype
:
Temporal
.
Instant
Methods
compare
compare
(
one
:
InstantLike
,
two
:
InstantLike
)
:
number
Parameters
one
:
InstantLike
two
:
InstantLike
Returns
number
from
from
(
item
:
InstantLike
)
:
Temporal
.
Instant
Parameters
item
:
InstantLike
Returns
Temporal
.
Instant
from
Epoch
Milliseconds
fromEpochMilliseconds
(
epochMilliseconds
:
number
)
:
Temporal
.
Instant
Parameters
epochMilliseconds
:
number
Returns
Temporal
.
Instant
from
Epoch
Nanoseconds
fromEpochNanoseconds
(
epochNanoseconds
:
bigint
)
:
Temporal
.
Instant
Parameters
epochNanoseconds
:
bigint
Returns
Temporal
.
Instant
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
prototype
Methods
compare
from
from
Epoch
Milliseconds
from
Epoch
Nanoseconds
GitHub
GitHub Packages
MELCloud & MELCloud Home API for Node.js - v48.2.0
Loading...