You can select the a element which contains a div whose text content starts with "6.00 PM"; would that give you what you need?
a
div
//a[div[@class='timeslot-time'][starts-with(., '6.00 PM')]]