Hi Jit,
You can sort the table for start time. Then check if the Start time of current record is less than End time of previous record.
If so then the current record is overlapping.
Let me know if this resolves your issue.
Thanks
Deepak
Hi Jit,
You can sort the table for start time. Then check if the Start time of current record is less than End time of previous record.
If so then the current record is overlapping.
Let me know if this resolves your issue.
Thanks
Deepak