I should be able to define an abstract Time

(User Story, Investigate , Priority: Medium, Test Status: No automated tests yet , Reported By Justin du Coeur, )
Summary: That is, it should be possible to define a "time" like "2pm", independent of a specific date. This isn't a timestamp, it's the idea of 2pm.
This is mainly intended for scheduling-type applications.
This will want the "ordered" typeclass, as discussed in As a Querki Dev, I can declare and use a typeclass.