Range By Time (without a Date)?

Is it possible to order a post by time (and not supplying a date)?

For example, in our scenario we have a timetable which repeats the same schedule weekly for a year.

This is what we’re currently making use of… Which does work, but only when the dates are the same across all items in the timetable.

where (.Site.RegularPages.ByParam "starts_at") ".Section" "timetable"

Thanks for any help :slight_smile: