OpenHours

data class OpenHours(startTime: LocalTime, endTime: LocalTime) : Parcelable

Represents an open and close time set for an OpenDay.

Constructors

OpenHours
Link copied to clipboard
fun OpenHours(startTime: LocalTime, endTime: LocalTime)

Functions

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

Properties

endTime
Link copied to clipboard
val endTime: LocalTime
The closing time of the clinic, provided in the clinic's time zone.
startTime
Link copied to clipboard
val startTime: LocalTime
The opening time of the clinic, provided in the clinic's time zone.