All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.js.intl.ResolvedDateTimeFormatOptions.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package js.intl

sealed external interface ResolvedDateTimeFormatOptions {
    var formatMatcher: String /* "basic" | "best fit" | "best fit" */?
    var dateStyle: String /* "full" | "long" | "medium" | "short" */?
    var timeStyle: String /* "full" | "long" | "medium" | "short" */?
    var hourCycle: String /* "h11" | "h12" | "h23" | "h24" */?
    var dayPeriod: String /* "narrow" | "short" | "long" */?
    var fractionalSecondDigits: Int /* 1 | 2 | 3 */?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy