case classTimePanel(start: PartialTime, end: PartialTime) extends Serializable with Product
TimePanel is a consecutive range of PartialTimes
It has a "start" PartialTime and "end" PartialTime, both are inclusive.
"start" and "end" have to have the same timeType
Linear Supertypes
Product, Equals, Serializable, Serializable, AnyRef, Any
TimePanel is a consecutive range of PartialTimes It has a "start" PartialTime and "end" PartialTime, both are inclusive. "start" and "end" have to have the same timeType