Assuming hourcheck is required, the following result was found.
{ for each r_AvailableSlot in l_AvailableSlots { if(!r_AvailableSlot.contains("00:00") && !isNull(r_AvailableSlot)) { v_HourCheck = r_AvailableSlot.getPrefix(":").toLong(); if(v_HourCheck...