MELCloud & MELCloud Home API for Node.js - v48.2.0
GitHub
GitHub Packages
Preparing search index...
Temporal
InstantToStringOptions
Interface InstantToStringOptions
interface
InstantToStringOptions
{
fractionalSecondDigits
?:
0
|
1
|
3
|
4
|
2
|
5
|
"auto"
|
8
|
6
|
7
|
9
;
roundingMode
?:
|
"floor"
|
"trunc"
|
"ceil"
|
"expand"
|
"halfCeil"
|
"halfFloor"
|
"halfExpand"
|
"halfTrunc"
|
"halfEven"
;
smallestUnit
?:
PluralizeUnit
<
"minute"
|
"second"
|
"millisecond"
|
"microsecond"
|
"nanosecond"
,
>
;
timeZone
?:
TimeZoneLike
;
}
Hierarchy (
View Summary
)
PlainTimeToStringOptions
InstantToStringOptions
Index
Properties
fractional
Second
Digits?
rounding
Mode?
smallest
Unit?
time
Zone?
Properties
Optional
fractional
Second
Digits
fractionalSecondDigits
?:
0
|
1
|
3
|
4
|
2
|
5
|
"auto"
|
8
|
6
|
7
|
9
Optional
rounding
Mode
roundingMode
?:
|
"floor"
|
"trunc"
|
"ceil"
|
"expand"
|
"halfCeil"
|
"halfFloor"
|
"halfExpand"
|
"halfTrunc"
|
"halfEven"
Optional
smallest
Unit
smallestUnit
?:
PluralizeUnit
<
"minute"
|
"second"
|
"millisecond"
|
"microsecond"
|
"nanosecond"
,
>
Optional
time
Zone
timeZone
?:
TimeZoneLike
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fractional
Second
Digits
rounding
Mode
smallest
Unit
time
Zone
GitHub
GitHub Packages
MELCloud & MELCloud Home API for Node.js - v48.2.0
Loading...