MELCloud & MELCloud Home API for Node.js - v48.2.0
GitHub
GitHub Packages
Preparing search index...
Temporal
ToStringRoundingOptionsWithFractionalSeconds
Interface ToStringRoundingOptionsWithFractionalSeconds<Units>
interface
ToStringRoundingOptionsWithFractionalSeconds
<
Units
extends
DateUnit
|
TimeUnit
,
>
{
fractionalSecondDigits
?:
0
|
1
|
3
|
4
|
2
|
5
|
"auto"
|
8
|
6
|
7
|
9
;
roundingMode
?:
|
"floor"
|
"trunc"
|
"ceil"
|
"expand"
|
"halfCeil"
|
"halfFloor"
|
"halfExpand"
|
"halfTrunc"
|
"halfEven"
;
smallestUnit
?:
PluralizeUnit
<
Units
>
;
}
Type Parameters
Units
extends
DateUnit
|
TimeUnit
Hierarchy (
View Summary
)
ToStringRoundingOptions
<
Units
>
ToStringRoundingOptionsWithFractionalSeconds
PlainTimeToStringOptions
DurationToStringOptions
Index
Properties
fractional
Second
Digits?
rounding
Mode?
smallest
Unit?
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
<
Units
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fractional
Second
Digits
rounding
Mode
smallest
Unit
GitHub
GitHub Packages
MELCloud & MELCloud Home API for Node.js - v48.2.0
Loading...