dexcare
/
org.dexcare.services.retail.models
/
OpenDay
Open
Day
data class
OpenDay
(day:
String
, openHours:
OpenHours
) :
Parcelable
Content copied to clipboard
Represents the operational hours of a clinic for a particular day of the week.
Constructors
Functions
Properties
Constructors
OpenDay
Link copied to clipboard
fun
OpenDay
(day:
String
, openHours:
OpenHours
)
Content copied to clipboard
Functions
describeContents
Link copied to clipboard
abstract fun
describeContents
():
Int
Content copied to clipboard
writeToParcel
Link copied to clipboard
abstract fun
writeToParcel
(p0:
Parcel
, p1:
Int
)
Content copied to clipboard
Properties
day
Link copied to clipboard
val
day
:
String
Content copied to clipboard
The day of the week the
openHours
represents.
openHours
Link copied to clipboard
val
openHours
:
OpenHours
Content copied to clipboard
An
OpenHours
instance containing the open and close time of the clinic.