Practice Region Availability
data class PracticeRegionAvailability(start: LocalDate, end: LocalDate) : Parcelable
Content copied to clipboard
Represents the start and end times of the business hours of a Practice Region.
Constructors
PracticeRegionAvailability
Link copied to clipboard
Functions
Properties
end
Link copied to clipboard
A ZonedDateTime representing the end time of the business hours.
start
Link copied to clipboard
A ZonedDateTime representing the start time of the business hours.