PracticeRegionAvailability

data class PracticeRegionAvailability(start: ZonedDateTime, end: ZonedDateTime) : Parcelable

Represents the start and end times of the business hours of a Practice Region.

Constructors

PracticeRegionAvailability
Link copied to clipboard
fun PracticeRegionAvailability(start: ZonedDateTime, end: ZonedDateTime)

Functions

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

Properties

end
Link copied to clipboard
val end: ZonedDateTime
A ZonedDateTime representing the end time of the business hours.
start
Link copied to clipboard
val start: ZonedDateTime
A ZonedDateTime representing the start time of the business hours.