Excerpt | ||
---|---|---|
| ||
timeSlots(startDtm, endDtm, slotSize) Calculates the number of timeslots of the given slot size covered by the given start and end times. |
Function: timeSlots()
Calculates the number of timeslots of the given slot size covered by the given start and end times and returns an array containing the start times of each slot.
...