toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-js
/
js.intl
/
DateTimeFormatOptions
Date
Time
Format
Options
external
interface
DateTimeFormatOptions
(
source
)
Members
Properties
calendar
Link copied to clipboard
abstract
val
calendar
:
String
?
date
Style
Link copied to clipboard
abstract
val
dateStyle
:
DateStyle
?
day
Link copied to clipboard
abstract
val
day
:
DayFormat
?
day
Period
Link copied to clipboard
abstract
val
dayPeriod
:
DayPeriod
?
era
Link copied to clipboard
abstract
val
era
:
EraFormat
?
format
Matcher
Link copied to clipboard
abstract
val
formatMatcher
:
FormatMatcher
?
fractional
Second
Digits
Link copied to clipboard
abstract
val
fractionalSecondDigits
:
Int
?
hour
Link copied to clipboard
abstract
val
hour
:
HourFormat
?
hour12
Link copied to clipboard
abstract
val
hour12
:
Boolean
?
hour
Cycle
Link copied to clipboard
abstract
val
hourCycle
:
HourCycle
?
locale
Matcher
Link copied to clipboard
abstract
val
localeMatcher
:
LocaleMatcher
?
minute
Link copied to clipboard
abstract
val
minute
:
MinuteFormat
?
month
Link copied to clipboard
abstract
val
month
:
MonthFormat
?
numbering
System
Link copied to clipboard
abstract
val
numberingSystem
:
String
?
second
Link copied to clipboard
abstract
val
second
:
SecondFormat
?
time
Style
Link copied to clipboard
abstract
val
timeStyle
:
TimeStyle
?
time
Zone
Link copied to clipboard
abstract
val
timeZone
:
String
?
time
Zone
Name
Link copied to clipboard
abstract
val
timeZoneName
:
TimeZoneNameFormat
?
weekday
Link copied to clipboard
abstract
val
weekday
:
WeekdayFormat
?
year
Link copied to clipboard
abstract
val
year
:
YearFormat
?