HoursOfOperationStringResolver

data class HoursOfOperationStringResolver(fromHours: LocalTime, toHours: LocalTime) : StringResolver

A StringResolver that takes a pair of LocalTime values representing start and end opening hours and resolves it to a String representation using the current Locale for the given Context.

Constructors

Link copied to clipboard
fun HoursOfOperationStringResolver(fromHours: LocalTime, toHours: LocalTime)

Functions

Link copied to clipboard
open override fun get(context: Context): String

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)