TimeOptions
data class TimeOptions<out SO : TimeStyleOptions>(val styleOptions: SO, val hourCycle: HourCycle? = null)(source)
Options to pass when formatting time.
Type Parameters
SO
the type of TimeStyleOptions to use, either TimeStyleOptions.Local or TimeStyleOptions.Zoned.