Heatzy API for Node.js - v13.0.0
GitHub
GitHub Packages
Preparing search index...
Temporal
ZonedDateTimeToStringOptions
Interface ZonedDateTimeToStringOptions
interface
ZonedDateTimeToStringOptions
{
calendarName
?:
"never"
|
"auto"
|
"always"
|
"critical"
;
fractionalSecondDigits
?:
0
|
2
|
3
|
1
|
5
|
6
|
4
|
"auto"
|
7
|
8
|
9
;
offset
?:
"never"
|
"auto"
;
roundingMode
?:
|
"ceil"
|
"floor"
|
"expand"
|
"trunc"
|
"halfCeil"
|
"halfFloor"
|
"halfExpand"
|
"halfTrunc"
|
"halfEven"
;
smallestUnit
?:
PluralizeUnit
<
"minute"
|
"second"
|
"millisecond"
|
"microsecond"
|
"nanosecond"
,
>
;
timeZoneName
?:
"never"
|
"auto"
|
"critical"
;
}
Hierarchy (
View Summary
)
PlainDateTimeToStringOptions
ZonedDateTimeToStringOptions
Index
Properties
calendar
Name?
fractional
Second
Digits?
offset?
rounding
Mode?
smallest
Unit?
time
Zone
Name?
Properties
Optional
calendar
Name
calendarName
?:
"never"
|
"auto"
|
"always"
|
"critical"
Optional
fractional
Second
Digits
fractionalSecondDigits
?:
0
|
2
|
3
|
1
|
5
|
6
|
4
|
"auto"
|
7
|
8
|
9
Optional
offset
offset
?:
"never"
|
"auto"
Optional
rounding
Mode
roundingMode
?:
|
"ceil"
|
"floor"
|
"expand"
|
"trunc"
|
"halfCeil"
|
"halfFloor"
|
"halfExpand"
|
"halfTrunc"
|
"halfEven"
Optional
smallest
Unit
smallestUnit
?:
PluralizeUnit
<
"minute"
|
"second"
|
"millisecond"
|
"microsecond"
|
"nanosecond"
,
>
Optional
time
Zone
Name
timeZoneName
?:
"never"
|
"auto"
|
"critical"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
calendar
Name
fractional
Second
Digits
offset
rounding
Mode
smallest
Unit
time
Zone
Name
GitHub
GitHub Packages
Heatzy API for Node.js - v13.0.0
Loading...