PracticeRegionAvailability

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

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

Constructors

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

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: LocalDate
A ZonedDateTime representing the end time of the business hours.
start
Link copied to clipboard
val start: LocalDate
A ZonedDateTime representing the start time of the business hours.