LocalTimeOptions
data class LocalTimeOptions<out S : LocalTimeStyleOptions>(val styleOptions: S, val hourCycle: HourCycle? = Defaults.HOUR_CYCLE) : TimeOptions<S> , PolyglotLocalizerOptions<LocalTimeLocalizer> (source)
Options to pass when localizing a local time (no timezone information).
Functions
Link copied to clipboard
Returns a new instance of the PolyglotLocalizer of type L that this options belongs to.