dexcare
/
org.dexcare.services.retail.models
/
OpenHours
Open
Hours
data class
OpenHours
(startTime:
LocalTime
, endTime:
LocalTime
) :
Parcelable
Content copied to clipboard
Represents an open and close time set for an
OpenDay
.
Constructors
Functions
Properties
Constructors
OpenHours
Link copied to clipboard
fun
OpenHours
(startTime:
LocalTime
, endTime:
LocalTime
)
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
endTime
Link copied to clipboard
val
endTime
:
LocalTime
Content copied to clipboard
The closing time of the clinic, provided in the clinic's time zone.
startTime
Link copied to clipboard
val
startTime
:
LocalTime
Content copied to clipboard
The opening time of the clinic, provided in the clinic's time zone.