Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.temporal
/
ZonedDateTimeToStringOptions
Zoned
Date
Time
To
String
Options
interface
ZonedDateTimeToStringOptions
:
CalendarTypeToStringOptions
(
source
)
Members
Properties
calendar
Name
Link copied to clipboard
abstract
val
calendarName
:
String
?
fractional
Second
Digits
Link copied to clipboard
abstract
val
fractionalSecondDigits
:
JsAny
?
offset
Link copied to clipboard
abstract
val
offset
:
String
?
rounding
Mode
Link copied to clipboard
abstract
val
roundingMode
:
RoundingMode
?
Controls how rounding is performed:
smallest
Unit
Link copied to clipboard
abstract
val
smallestUnit
:
SmallestUnit
<
TimeUnit
<
*
>
>
?
time
Zone
Name
Link copied to clipboard
abstract
val
timeZoneName
:
String
?