getTimeSlot method

TimeSlot getTimeSlot(
  1. int index
)

Implementation

TimeSlot getTimeSlot(int index) {
  return _timeslots[index];
}