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

commonMain.net.codinux.i18n.datetime.PreferredWeekData.kt Maven / Gradle / Ivy

Go to download

Localizing language, country, unit and currency names and formatting numbers and dates for Kotlin Multiplatform with the data from Unicode CLDR project

The newest version!
package net.codinux.i18n.datetime

import net.codinux.i18n.LanguageTag
import net.codinux.i18n.Region

data class PreferredWeekData(
    val minDays: Map,
    val firstDay: Map,
    val weekendStart: Map,
    val weekendEnd: Map,
    // TODO: what to do with this data?
    val weekOfPreference: Map>
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy